File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 33Changelog 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
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.2 .0' . freeze
5+ VERSION = '2.3 .0' . freeze
66end
You can’t perform that action at this time.
0 commit comments