Skip to content

Commit 9aeddbc

Browse files
authored
version bump (#234)
1 parent 7fc9613 commit 9aeddbc

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

CHANGELOG.md

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

55
## Unreleased
66

7+
## [3.1.0] - 2023-10-13
8+
9+
### Added
10+
11+
feat: Added new API endpoints
12+
13+
Added account onboarding API create, fetch, edit, delete
14+
Added stakeholders API create, fetch, all, edit
15+
Added product configuration API request_product_configuration, fetch, edit, fetch_tnc
16+
Added webhooks API create, fetch, all, edit, delete
17+
Added Documents API upload_account_doc, fetch_account_doc, upload_stakeholder_doc, fetch_stakeholder_doc
18+
Added token sharing API create, fetch, delete, process_payment_on_alternate_pa_or_pg
19+
720
## [3.0.1] - 2022-07-11
821

922
### Added

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ You can find your API keys at <https://dashboard.razorpay.com/#/app/keys>.
4343
If you are using rails, the right place to do this might be `config/initializers/razorpay.rb`.
4444

4545
## Supported Resources
46+
- [Account](documents/account.md)
4647
- [Customer](documents/customer.md)
4748
- [Token](documents/tokens.md)
4849
- [Order](documents/order.md)
@@ -56,7 +57,9 @@ If you are using rails, the right place to do this might be `config/initializers
5657
- [Subscriptions](documents/subscriptions.md)
5758
- [Add-on](documents/addon.md)
5859
- [Payment Links](documents/paymentLink.md)
60+
- [Product Configuration](documents/productConfiguration.md)
5961
- [Smart Collect](documents/virtualAccount.md)
62+
- [Stakeholder](documents/stakeholder.md)
6063
- [Transfer](documents/transfers.md)
6164
- [QR Code](documents/qrcode.md)
6265
- [Emandate](documents/emandate.md)
@@ -66,6 +69,7 @@ If you are using rails, the right place to do this might be `config/initializers
6669
- [Register Emandate and Charge First Payment Together](documents/registerEmandate.md)
6770
- [Register NACH and Charge First Payment Together](documents/registerNach.md)
6871
- [Payment Verification](documents/paymentVerification.md)
72+
- [Webhook](documents/webhook.md)
6973
## Development
7074

7175
- Everything is namespaced under the Razorpay module

lib/razorpay/constants.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
module Razorpay
33
BASE_URI = 'https://api.razorpay.com'.freeze
44
TEST_URL = 'https://api.razorpay.com/'.freeze
5-
VERSION = '3.0.1'.freeze
5+
VERSION = '3.1.0'.freeze
66
end

0 commit comments

Comments
 (0)