Skip to content

Commit

Permalink
version bump (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 committed Oct 13, 2023
1 parent 7fc9613 commit 9aeddbc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Changelog for Razorpay-Ruby SDK.

## Unreleased

## [3.1.0] - 2023-10-13

### Added

feat: Added new API endpoints

Added account onboarding API create, fetch, edit, delete
Added stakeholders API create, fetch, all, edit
Added product configuration API request_product_configuration, fetch, edit, fetch_tnc
Added webhooks API create, fetch, all, edit, delete
Added Documents API upload_account_doc, fetch_account_doc, upload_stakeholder_doc, fetch_stakeholder_doc
Added token sharing API create, fetch, delete, process_payment_on_alternate_pa_or_pg

## [3.0.1] - 2022-07-11

### Added
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ You can find your API keys at <https://dashboard.razorpay.com/#/app/keys>.
If you are using rails, the right place to do this might be `config/initializers/razorpay.rb`.

## Supported Resources
- [Account](documents/account.md)
- [Customer](documents/customer.md)
- [Token](documents/tokens.md)
- [Order](documents/order.md)
Expand All @@ -56,7 +57,9 @@ If you are using rails, the right place to do this might be `config/initializers
- [Subscriptions](documents/subscriptions.md)
- [Add-on](documents/addon.md)
- [Payment Links](documents/paymentLink.md)
- [Product Configuration](documents/productConfiguration.md)
- [Smart Collect](documents/virtualAccount.md)
- [Stakeholder](documents/stakeholder.md)
- [Transfer](documents/transfers.md)
- [QR Code](documents/qrcode.md)
- [Emandate](documents/emandate.md)
Expand All @@ -66,6 +69,7 @@ If you are using rails, the right place to do this might be `config/initializers
- [Register Emandate and Charge First Payment Together](documents/registerEmandate.md)
- [Register NACH and Charge First Payment Together](documents/registerNach.md)
- [Payment Verification](documents/paymentVerification.md)
- [Webhook](documents/webhook.md)
## Development

- Everything is namespaced under the Razorpay module
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.0.1'.freeze
VERSION = '3.1.0'.freeze
end

0 comments on commit 9aeddbc

Please sign in to comment.