Skip to content

Commit

Permalink
Version bump v1.4.7 (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 committed Sep 16, 2024
1 parent 7a55fe8 commit 7ce80d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Version 1.4.7 - 2024-09-16
Fix: Updated json dependency to fix security vulnerability

## Version 1.4.6 - 2024-04-02
feat: Added new API endpoints
* Added support for addBankAccount, deleteBankAccount, requestEligibilityCheck & fetchEligibility on customer
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.razorpay</groupId>
<artifactId>razorpay-java</artifactId>
<version>1.4.6</version>
<version>1.4.7</version>
</dependency>
```

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

```groovy
implementation "com.razorpay:razorpay-java:1.4.6"
implementation "com.razorpay:razorpay-java:1.4.7"
```

## Usage
Expand Down

0 comments on commit 7ce80d2

Please sign in to comment.