diff --git a/CHANGELOG.md b/CHANGELOG.md index d7e127a..ad2a661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 7083803..9512d74 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lib/razorpay/constants.rb b/lib/razorpay/constants.rb index d75de8d..8550513 100644 --- a/lib/razorpay/constants.rb +++ b/lib/razorpay/constants.rb @@ -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