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.0.0] - 2016-03-02
68### Added
79- Adds `require` for all Razorpay supported entities
810- All entity objects now throw `NoMethodError` instead of `NameError` if the attribute doesn't exist
@@ -44,7 +46,8 @@ Changelog for Razorpay-Ruby SDK.
4446### Added
4547- Initial Release
4648
47- [Unreleased]: https://github.com/razorpay/razorpay-ruby/compare/1.2.1...HEAD
49+ [Unreleased]: https://github.com/razorpay/razorpay-ruby/compare/2.0.0...HEAD
50+ [2.0.0]: https://github.com/razorpay/razorpay-ruby/compare/1.2.1...2.0.0
4851[1.2.1]: https://github.com/razorpay/razorpay-ruby/compare/1.2.0...1.2.1
4952[1.2.0]: https://github.com/razorpay/razorpay-ruby/compare/1.1.0...1.2.0
5053[1.1.0]: https://github.com/razorpay/razorpay-ruby/compare/1.0.3...1.1.0
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 = '1.2.1 ' . freeze
5+ VERSION = '2.0.0 ' . freeze
66end
You can’t perform that action at this time.
0 commit comments