Skip to content

Commit

Permalink
bump version v1.4.8 (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 authored Oct 23, 2024
1 parent a4aec2a commit 512dc86
Show file tree
Hide file tree
Showing 3 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.8 - 2024-10-23
* Added support for fetch methods on payments

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

Expand Down
2 changes: 1 addition & 1 deletion 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.7</version>
<version>1.4.8</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.razorpay</groupId>
<artifactId>razorpay-java</artifactId>
<version>1.4.7</version>
<version>1.4.8</version>
<packaging>jar</packaging>

<name>razorpay-java</name>
Expand Down

0 comments on commit 512dc86

Please sign in to comment.