Skip to content

Commit 469d1ce

Browse files
committed
Version bump (v2.4.1)
1 parent ae6ac85 commit 469d1ce

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff 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

lib/razorpay/constants.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
module 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
66
end

0 commit comments

Comments
 (0)