Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 committed Nov 6, 2023
1 parent 9aeddbc commit 5cb3d6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changelog for Razorpay-Ruby SDK.

## Unreleased

## [3.2.0] - 2023-11-06

feat: Added Generic API

## [3.1.0] - 2023-10-13

### Added
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,5 +2,5 @@
module Razorpay
BASE_URI = 'https://api.razorpay.com'.freeze
TEST_URL = 'https://api.razorpay.com/'.freeze
VERSION = '3.1.0'.freeze
VERSION = '3.2.0'.freeze
end

0 comments on commit 5cb3d6e

Please sign in to comment.