File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ Changelog for Razorpay-Ruby SDK.
44
55## Unreleased
66
7+ ## [ 2.4.1] - 2019-04-09
8+
9+ ### Fixed
10+
11+ - Subscription signature verification [[ #81 ] [ 81 ]]
12+
13+ ### Added
14+
15+ - Ruby version to user agent header [[ #79 ] [ 79 ]]
16+
717## [ 2.4.0] - 2019-04-08
818
919### Changed
@@ -109,7 +119,8 @@ Changelog for Razorpay-Ruby SDK.
109119
110120# Diff
111121
112- - [ Unreleased] ( https://github.com/razorpay/razorpay-ruby/compare/2.4.0...HEAD )
122+ - [ Unreleased] ( https://github.com/razorpay/razorpay-ruby/compare/2.4.1...HEAD )
123+ - [ 2.4.1] ( https://github.com/razorpay/razorpay-ruby/compare/2.4.0...2.4.1 )
113124- [ 2.4.0] ( https://github.com/razorpay/razorpay-ruby/compare/2.3.0...2.4.0 )
114125- [ 2.3.0] ( https://github.com/razorpay/razorpay-ruby/compare/2.2.0...2.3.0 )
115126- [ 2.2.0] ( https://github.com/razorpay/razorpay-ruby/compare/2.1.0...2.2.0 )
@@ -126,3 +137,5 @@ Changelog for Razorpay-Ruby SDK.
126137[ 68 ] : https://github.com/razorpay/razorpay-ruby/pull/68
127138[ 72 ] : https://github.com/razorpay/razorpay-ruby/pull/72
128139[ 75 ] : https://github.com/razorpay/razorpay-ruby/pull/75
140+ [ 79 ] : https://github.com/razorpay/razorpay-ruby/pull/79
141+ [ 81 ] : https://github.com/razorpay/razorpay-ruby/pull/81
Original file line number Diff line number Diff line change 22module Razorpay
33 BASE_URI = 'https://api.razorpay.com/v1/' . freeze
44 TEST_URL = 'https://api.razorpay.com/' . freeze
5- VERSION = '2.4.0 ' . freeze
5+ VERSION = '2.4.1 ' . freeze
66end
You can’t perform that action at this time.
0 commit comments