Skip to content

Commit

Permalink
version-bump v3.2.3 (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 authored May 27, 2024
1 parent 1e57f85 commit f3fa62d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Changelog for Razorpay-Ruby SDK.

## Unreleased

## [3.2.3] - 2024-05-27

feat: Added new API endpoints
* Added support for `add_bank_account`, `delete_bank_account`, `request_eligibility_check` & `fetch_eligibility` on customer
* Added support for `expand_details` on payment
* Added support for fetch Reversals for a Transfer
* Added support for Dispute
* Added support for Document
* Added support for `view_rto` & `edit_fulfillment` on order

## [3.2.2] - 2024-04-16

feat: Added oauth APIs and support for access token based authentication mechanism
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ If you are using rails, the right place to do this might be `config/initializers
- [Payment Verification](documents/paymentVerification.md)
- [Webhook](documents/webhook.md)
- [OAuthToken](documents/oauth_token.md)
- [Dispute](documents/dispute.md)
- [Document](documents/documents.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,7 +2,7 @@
module Razorpay
BASE_URI = 'https://api.razorpay.com'.freeze
TEST_URL = 'https://api.razorpay.com/'.freeze
VERSION = '3.2.2'.freeze
VERSION = '3.2.3'.freeze
AUTH_URL = 'https://auth.razorpay.com'.freeze
API_HOST = 'API'.freeze
AUTH_HOST = 'AUTH'.freeze
Expand Down

0 comments on commit f3fa62d

Please sign in to comment.