Skip to content

Commit

Permalink
Merge branch 'master' into updated_customer_addbank
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 authored May 15, 2024
2 parents 43f3197 + 4adcc3c commit 72f6a90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Changelog for Razorpay-Ruby SDK.

## Unreleased

## [3.2.2] - 2024-04-16

feat: Added oauth APIs and support for access token based authentication mechanism
* Added oauth APIs (getAuthURL, getAccessToken, refreshToken, revokeToken)
* Added support for access token based authentication mechanism
* Added support for onboarding signature generation

## [3.2.1] - 2023-12-19

Rollback: Generic access point due to some performance concern
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.1'.freeze
VERSION = '3.2.2'.freeze
AUTH_URL = 'https://auth.razorpay.com'.freeze
API_HOST = 'API'.freeze
AUTH_HOST = 'AUTH'.freeze
Expand Down

0 comments on commit 72f6a90

Please sign in to comment.