Skip to content

Commit

Permalink
Version bump to 2.9.0 (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 authored Jun 30, 2023
1 parent 69dd174 commit d447ddf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 2.9.0 - 2023-06-30

feat: Added new API endpoints
- Added account onboarding API `create`, `fetch`, `edit`, `delete`
- Added stakeholders API `create`, `fetch`, `fetchAll`, `edit`
- Added product configuration API `requestProductConfiguration`, `fetch`, `edit`, `fetchTnc
- Added webhooks API `create`, `fetch`, `fetchAll`, `edit`, `delete`
- Added Documents API `uploadAccountDoc`, `fetchAccountDoc`, `uploadStakeholderDoc` , `fetchStakeholderDoc`
- Added token sharing API `create`, `fetch`, `delete`, `processPaymentOnAlternatePAorPG`

## 2.8.6 - 2023-02-22

feat(Typescript): add typescript definitions
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ instance.payments.all(
```

## Supported Resources
- [Account](documents/account.md)

- [Addon](documents/addon.md)

- [Item](documents/items.md)
Expand All @@ -98,8 +100,12 @@ instance.payments.all(

- [Payment Links](documents/paymentLink.md)

- [Product Configuration](documents/productConfiguration)

- [Smart Collect](documents/virtualAccount.md)

- [Stakeholder](documents/stakeholders.md)

- [Route](documents/transfer.md)

- [QR Code](documents/qrcode.md)
Expand All @@ -117,6 +123,8 @@ instance.payments.all(
- [Register NACH and Charge First Payment Together](documents/registerNach.md)

- [Payment Verification](documents/paymentVerfication.md)

- [Webhook](documents/webhook.md)
---

## Development
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razorpay",
"version": "2.8.6",
"version": "2.9.0",
"description": "Official Node SDK for Razorpay API",
"main": "dist/razorpay",
"typings": "dist/razorpay",
Expand Down

0 comments on commit d447ddf

Please sign in to comment.