diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e08eee..395dd64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## CHANGELOG MIDTRANS JAVA LIBRARY +## v3.2.1 (October 16, 2024) + +Feature: +- New method to verify webhook notification + ## v3.2.0 (September 24, 2024) Feature: diff --git a/README.md b/README.md index e566121..054ec97 100644 --- a/README.md +++ b/README.md @@ -14,21 +14,21 @@ Maven: com.midtrans java-library - 3.2.0 + 3.2.1 ``` Gradle: 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): ```Gradle dependencies { - implementation 'com.midtrans:java-library:3.2.0' + implementation 'com.midtrans:java-library:3.2.1' } ``` > **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). ### 1.b Using JAR File -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) +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) ## 2. Usage diff --git a/example/pom.xml b/example/pom.xml index 14d21c5..a1d1305 100755 --- a/example/pom.xml +++ b/example/pom.xml @@ -44,7 +44,7 @@ com.midtrans java-library - 3.2.0 + 3.2.1 compile diff --git a/library/pom.xml b/library/pom.xml index c0fc618..e9c6442 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -5,7 +5,7 @@ com.midtrans java-library - 3.2.0 + 3.2.1 jar Midtrans Java Official Library