Skip to content

Commit b900808

Browse files
committed
Version bump (v2.3.0)
1 parent 7202bad commit b900808

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Changelog for Razorpay-Ruby SDK.
44

55
## Unreleased
6+
7+
## [2.3.0] - 2018-04-20
68
### Added
79
- Support for subscription signature verification
810
- Bang! methods (`capture!`, `refund!`) that update the calling entity
@@ -68,7 +70,8 @@ Changelog for Razorpay-Ruby SDK.
6870
### Added
6971
- Initial Release
7072

71-
[Unreleased]: https://github.com/razorpay/razorpay-ruby/compare/2.2.0...HEAD
73+
[Unreleased]: https://github.com/razorpay/razorpay-ruby/compare/2.3.0...HEAD
74+
[2.3.0]: https://github.com/razorpay/razorpay-ruby/compare/2.2.0...2.3.0
7275
[2.2.0]: https://github.com/razorpay/razorpay-ruby/compare/2.1.0...2.2.0
7376
[2.1.0]: https://github.com/razorpay/razorpay-ruby/compare/2.0.1...2.1.0
7477
[2.1.0.pre]: https://github.com/razorpay/razorpay-ruby/compare/2.0.1...2.1.0.pre

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.2.0'.freeze
5+
VERSION = '2.3.0'.freeze
66
end

0 commit comments

Comments
 (0)