Skip to content

Commit

Permalink
Version bump (v2.4.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
harman28 committed Apr 9, 2019
1 parent ae6ac85 commit 469d1ce
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Changelog for Razorpay-Ruby SDK.

## Unreleased

## [2.4.1] - 2019-04-09

### Fixed

- Subscription signature verification [[#81][81]]

### Added

- Ruby version to user agent header [[#79][79]]

## [2.4.0] - 2019-04-08

### Changed
Expand Down Expand Up @@ -109,7 +119,8 @@ Changelog for Razorpay-Ruby SDK.

# Diff

- [Unreleased](https://github.com/razorpay/razorpay-ruby/compare/2.4.0...HEAD)
- [Unreleased](https://github.com/razorpay/razorpay-ruby/compare/2.4.1...HEAD)
- [2.4.1](https://github.com/razorpay/razorpay-ruby/compare/2.4.0...2.4.1)
- [2.4.0](https://github.com/razorpay/razorpay-ruby/compare/2.3.0...2.4.0)
- [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)
Expand All @@ -126,3 +137,5 @@ Changelog for Razorpay-Ruby SDK.
[68]: https://github.com/razorpay/razorpay-ruby/pull/68
[72]: https://github.com/razorpay/razorpay-ruby/pull/72
[75]: https://github.com/razorpay/razorpay-ruby/pull/75
[79]: https://github.com/razorpay/razorpay-ruby/pull/79
[81]: https://github.com/razorpay/razorpay-ruby/pull/81
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.4.0'.freeze
VERSION = '2.4.1'.freeze
end

0 comments on commit 469d1ce

Please sign in to comment.