Skip to content

Commit 93a3a20

Browse files
Nemocaptn3m0
authored andcommitted
Version bump to 2.0.0
- Major version bump because we changed Refunds return types
1 parent edad3b0 commit 93a3a20

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Changelog 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

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

0 commit comments

Comments
 (0)