Skip to content

Commit

Permalink
Version bump (v2.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
harman28 committed Apr 20, 2018
1 parent 7202bad commit b900808
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Changelog for Razorpay-Ruby SDK.

## Unreleased

## [2.3.0] - 2018-04-20
### Added
- Support for subscription signature verification
- Bang! methods (`capture!`, `refund!`) that update the calling entity
Expand Down Expand Up @@ -68,7 +70,8 @@ Changelog for Razorpay-Ruby SDK.
### Added
- Initial Release

[Unreleased]: https://github.com/razorpay/razorpay-ruby/compare/2.2.0...HEAD
[Unreleased]: https://github.com/razorpay/razorpay-ruby/compare/2.3.0...HEAD
[2.3.0]: https://github.com/razorpay/razorpay-ruby/compare/2.2.0...2.3.0
[2.2.0]: https://github.com/razorpay/razorpay-ruby/compare/2.1.0...2.2.0
[2.1.0]: https://github.com/razorpay/razorpay-ruby/compare/2.0.1...2.1.0
[2.1.0.pre]: https://github.com/razorpay/razorpay-ruby/compare/2.0.1...2.1.0.pre
Expand Down
2 changes: 1 addition & 1 deletion lib/razorpay/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
module Razorpay
BASE_URI = 'https://api.razorpay.com/v1/'.freeze
TEST_URL = 'https://api.razorpay.com/'.freeze
VERSION = '2.2.0'.freeze
VERSION = '2.3.0'.freeze
end

0 comments on commit b900808

Please sign in to comment.