Skip to content

Commit

Permalink
bump version 2.9.4 (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 authored Oct 23, 2024
1 parent 51cd366 commit f23883e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog


## 2.9.5 - 2024-10-23
fix: Cancel subscription `cancelAtCycleEnd` now supports both `boolean` and `0/1` values as expected.
## 2.9.4 - 2024-05-17
fix: Resolve SSRF vulnerability in request handling
feat: Added new API endpoints
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.9.4",
"version": "2.9.5",
"description": "Official Node SDK for Razorpay API",
"main": "dist/razorpay",
"typings": "dist/razorpay",
Expand Down

0 comments on commit f23883e

Please sign in to comment.