File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22
33Changelog for Razorpay-Ruby SDK.
44
5- ## Unreleased
5+ ## [1.2.1] - 2016-12-22
66### Changed
77- Drops ArgumentError checks for local validation. Rely on server side checks instead.
88### Added
99- Support for customers and invoices API
10+ - Loads Order class by default.
1011
1112## [1.2.0] - 2016-11-23
1213### Added
@@ -29,7 +30,8 @@ Changelog for Razorpay-Ruby SDK.
2930### Added
3031- Initial Release
3132
32- [Unreleased]: https://github.com/razorpay/razorpay-ruby/compare/1.2.0...HEAD
33+ [Unreleased]: https://github.com/razorpay/razorpay-ruby/compare/1.2.1...HEAD
34+ [1.2.1]: https://github.com/razorpay/razorpay-ruby/compare/1.2.0...1.2.1
3335[1.2.0]: https://github.com/razorpay/razorpay-ruby/compare/1.1.0...1.2.0
3436[1.1.0]: https://github.com/razorpay/razorpay-ruby/compare/1.0.3...1.1.0
3537[1.0.3]: https://github.com/razorpay/razorpay-ruby/compare/1.0.1...1.0.3
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.0 ' . freeze
5+ VERSION = '1.2.1 ' . freeze
66end
You can’t perform that action at this time.
0 commit comments