Skip to content

Commit 4adcc3c

Browse files
authored
Version bump (#243)
* Version bump * Updating changelog date
1 parent 45718c1 commit 4adcc3c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

55
## Unreleased
66

7+
## [3.2.2] - 2024-04-16
8+
9+
feat: Added oauth APIs and support for access token based authentication mechanism
10+
* Added oauth APIs (getAuthURL, getAccessToken, refreshToken, revokeToken)
11+
* Added support for access token based authentication mechanism
12+
* Added support for onboarding signature generation
13+
714
## [3.2.1] - 2023-12-19
815

916
Rollback: Generic access point due to some performance concern

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.1'.freeze
5+
VERSION = '3.2.2'.freeze
66
AUTH_URL = 'https://auth.razorpay.com'.freeze
77
API_HOST = 'API'.freeze
88
AUTH_HOST = 'AUTH'.freeze

0 commit comments

Comments
 (0)