diff --git a/CHANGELOG.md b/CHANGELOG.md index ddd97b84..061d1f19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGE LOG +## v.5.3.0 + +- **NEW** Support passkey authentication in charge flows ([#189](https://github.com/omise/omise-java/pull/189)) +- **UPDATE** Adjust publish pipeline for Maven Central ([#188](https://github.com/omise/omise-java/pull/188)) + ## v.5.2.0 - **NEW** Omise Rebranding ([#186](https://github.com/omise/omise-java/pull/186)) diff --git a/build.gradle b/build.gradle index 6718709d..2549218d 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ apply plugin: 'org.sonarqube' apply plugin: 'io.github.gradle-nexus.publish-plugin' group 'co.omise' -version '5.2.0' +version '5.3.0' sourceCompatibility = 1.8 targetCompatibility = 1.8