Skip to content

Commit c26da4a

Browse files
committed
updated readme
1 parent 7a55fe8 commit c26da4a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## Version 1.4.7 - 2024-09-16
4+
Fix: Updated json dependency to fix security vulnerability
5+
36
## Version 1.4.6 - 2024-04-02
47
feat: Added new API endpoints
58
* Added support for addBankAccount, deleteBankAccount, requestEligibilityCheck & fetchEligibility on customer
@@ -39,6 +42,7 @@ feat: Added new API endpoints
3942
## Version 1.4.0 - 2022-03-07
4043
* Added Item Api
4144
* Added RegistrationLink Api
45+
* Added RegistrationLink Api
4246
* QR code end point Api
4347
* Update, cancel update ,fetch details of a Pending Update, pause, resume subscription & delete offer Api
4448
* Update Customer Api,

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add this dependency to your project's POM:
2323
<dependency>
2424
<groupId>com.razorpay</groupId>
2525
<artifactId>razorpay-java</artifactId>
26-
<version>1.4.6</version>
26+
<version>1.4.7</version>
2727
</dependency>
2828
```
2929

@@ -32,7 +32,7 @@ Add this dependency to your project's POM:
3232
Add this dependency to your project's build file:
3333

3434
```groovy
35-
implementation "com.razorpay:razorpay-java:1.4.6"
35+
implementation "com.razorpay:razorpay-java:1.4.7"
3636
```
3737

3838
## Usage

0 commit comments

Comments
 (0)