Skip to content

Commit f3fa62d

Browse files
authored
version-bump v3.2.3 (#252)
1 parent 1e57f85 commit f3fa62d

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Changelog for Razorpay-Ruby SDK.
44

55
## Unreleased
66

7+
## [3.2.3] - 2024-05-27
8+
9+
feat: Added new API endpoints
10+
* Added support for `add_bank_account`, `delete_bank_account`, `request_eligibility_check` & `fetch_eligibility` on customer
11+
* Added support for `expand_details` on payment
12+
* Added support for fetch Reversals for a Transfer
13+
* Added support for Dispute
14+
* Added support for Document
15+
* Added support for `view_rto` & `edit_fulfillment` on order
16+
717
## [3.2.2] - 2024-04-16
818

919
feat: Added oauth APIs and support for access token based authentication mechanism

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ If you are using rails, the right place to do this might be `config/initializers
8585
- [Payment Verification](documents/paymentVerification.md)
8686
- [Webhook](documents/webhook.md)
8787
- [OAuthToken](documents/oauth_token.md)
88+
- [Dispute](documents/dispute.md)
89+
- [Document](documents/documents.md)
8890

8991
## Development
9092

lib/razorpay/constants.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
module Razorpay
33
BASE_URI = 'https://api.razorpay.com'.freeze
44
TEST_URL = 'https://api.razorpay.com/'.freeze
5-
VERSION = '3.2.2'.freeze
5+
VERSION = '3.2.3'.freeze
66
AUTH_URL = 'https://auth.razorpay.com'.freeze
77
API_HOST = 'API'.freeze
88
AUTH_HOST = 'AUTH'.freeze

0 commit comments

Comments
 (0)