diff --git a/CHANGELOG.md b/CHANGELOG.md index c93989e7c0..fde9e41216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.2.5 +* Fix DETELE endpoint to take customer types into account [#734](https://github.com/stellar/java-stellar-anchor-sdk/pull/734) + ## 1.2.4 * Fix customer type not being properly resolved (when multiple types are configured) [#721](https://github.com/stellar/java-stellar-anchor-sdk/pull/721) * Add cbu_alias and cbu_number fields to core and platform [#728](https://github.com/stellar/java-stellar-anchor-sdk/pull/728) diff --git a/build.gradle.kts b/build.gradle.kts index 336489bd3d..f8abec866d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -118,7 +118,7 @@ subprojects { allprojects { group = "org.stellar.anchor-sdk" - version = "1.2.4" + version = "1.2.5" tasks.jar { manifest {