Skip to content

Commit

Permalink
Version bump (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 authored Dec 19, 2023
1 parent bbb7188 commit 9423e2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changelog for Razorpay-Ruby SDK.

## Unreleased

## [3.2.1] - 2023-12-19

Rollback: Generic access point due to some performance concern

## [3.2.0] - 2023-12-11

feat: Added generic access point
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ If you are using rails, the right place to do this might be `config/initializers
- [Register NACH and Charge First Payment Together](documents/registerNach.md)
- [Payment Verification](documents/paymentVerification.md)
- [Webhook](documents/webhook.md)
- [Generic](documents/generic.md)

## Development

Expand Down
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'.freeze
TEST_URL = 'https://api.razorpay.com/'.freeze
VERSION = '3.2.0'.freeze
VERSION = '3.2.1'.freeze
end

0 comments on commit 9423e2b

Please sign in to comment.