Skip to content

Commit

Permalink
Version bump (#304)
Browse files Browse the repository at this point in the history
* increase codecoverage

* update new version

* Update CHANGELOG.md

* Update README.md

* Update CHANGELOG.md

* Oauth support changes release

---------

Co-authored-by: ankitdas13 <[email protected]>
Co-authored-by: Ankit Das <[email protected]>
  • Loading branch information
3 people authored Feb 14, 2024
1 parent 9e46498 commit 0a25a2d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Version 1.4.5 - 2024-02-14
[#302](https://github.com/razorpay/razorpay-java/pull/302)
* Added oauth APIs (getAuthURL, getAccessToken, refreshToken, revokeToken)
* Added support for access token based authentication mechanism
* Added support for onboarding signature generation
* Doc updated

## Version 1.4.4 - 2023-05-30
[#286](https://github.com/razorpay/razorpay-java/pull/286) [`b6179a5`](https://github.com/razorpay/razorpay-java/commit/b6179a5a3425910a190f0d9e4f5ff0f8e423f6a9) feat: Added new API endpoints

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.4</version>
<version>1.4.5</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.4"
implementation "com.razorpay:razorpay-java:1.4.5"
```

## Usage
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.4</version>
<version>1.4.5</version>
<packaging>jar</packaging>

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

0 comments on commit 0a25a2d

Please sign in to comment.