Skip to content

Commit 57d17a5

Browse files
author
muhammad fauzi masykur
committedOct 16, 2024
bump version to 3.2.1
1 parent 1144bed commit 57d17a5

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed
 

‎CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## CHANGELOG MIDTRANS JAVA LIBRARY
22

3+
## v3.2.1 (October 16, 2024)
4+
5+
Feature:
6+
- New method to verify webhook notification
7+
38
## v3.2.0 (September 24, 2024)
49

510
Feature:

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ Maven:
1414
<dependency>
1515
<groupId>com.midtrans</groupId>
1616
<artifactId>java-library</artifactId>
17-
<version>3.2.0</version>
17+
<version>3.2.1</version>
1818
</dependency>
1919
```
2020
Gradle:
2121
If you're using Gradle as the build tools for your project, please add jcenter repository to your build script then add the following dependency to your project's build definition (build.gradle):
2222
```Gradle
2323
dependencies {
24-
implementation 'com.midtrans:java-library:3.2.0'
24+
implementation 'com.midtrans:java-library:3.2.1'
2525
}
2626
```
2727
> **IMPORTANT NOTE**: Since April 13, 2021 We already migrate the repository from jcenter/bintray repository to [Maven central](https://search.maven.org/artifact/com.midtrans/java-library).
2828
2929
### 1.b Using JAR File
3030

31-
If you are not using project build management like Maven, Gradle or Ant you can use manual jar library download JAR Library on [here](https://search.maven.org/remotecontent?filepath=com/midtrans/java-library/3.2.0/java-library-3.2.0.jar)
31+
If you are not using project build management like Maven, Gradle or Ant you can use manual jar library download JAR Library on [here](https://search.maven.org/remotecontent?filepath=com/midtrans/java-library/3.2.1/java-library-3.2.1.jar)
3232

3333
## 2. Usage
3434

‎example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.midtrans</groupId>
4646
<artifactId>java-library</artifactId>
47-
<version>3.2.0</version>
47+
<version>3.2.1</version>
4848
<scope>compile</scope>
4949
</dependency>
5050
</dependencies>

‎library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.midtrans</groupId>
77
<artifactId>java-library</artifactId>
8-
<version>3.2.0</version>
8+
<version>3.2.1</version>
99
<packaging>jar</packaging>
1010

1111
<name>Midtrans Java Official Library</name>

0 commit comments

Comments
 (0)
Please sign in to comment.