Skip to content

Commit d8b5a00

Browse files
author
Abhay Rana
committed
[release] Bumps version to 1.2.1
1 parent 99e3aac commit d8b5a00

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
Changelog 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

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

0 commit comments

Comments
 (0)