Skip to content

Commit

Permalink
Version bump (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 authored May 30, 2023
1 parent b6179a5 commit 65c38a7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 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

* Added account onboarding API (create, fetch, edit, delete)
* Added stakeholders API (create, fetch, fetchAll, edit)
* Added product configuration API (requestProductConfiguration, fetch, edit, fetchTnc)
* Added webhooks API (create, fetch, fetchAll, edit, delete)
* Added token sharing API (create, fetch, delete, processPaymentOnAlternatePAorPG)

## Version 1.4.3 - 2022-07-07
* Added Third party validation API for Payments (createUpi, validateVpa)
* Added Fetch payment methods API for Payments
Expand Down Expand Up @@ -64,4 +73,4 @@ vAdded readme files
* Support for Transfer APIs

## Version 1.2.1 - 2017-04-10
* Bump version to 1.2.1
* Bump version to 1.2.1
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.3</version>
<version>1.4.4</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.3"
implementation "com.razorpay:razorpay-java:1.4.4"
```

## 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.3</version>
<version>1.4.4</version>
<packaging>jar</packaging>

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

0 comments on commit 65c38a7

Please sign in to comment.