From 5206bd49fdfffcbafa3a7d1c10bb197adbbe5aa6 Mon Sep 17 00:00:00 2001 From: Gleb Date: Tue, 31 Jan 2023 14:12:20 -0800 Subject: [PATCH] Bump version to 1.2.4 (#725) * Bump version to 1.2.4 * Update changelog (#729) * Trigger * Update CHANGELOG * Trigger --- CHANGELOG.md | 4 ++++ build.gradle.kts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afbe59e3f9..c93989e7c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 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) + ## 1.2.2 * Detects and handle silent and errored SSEStream. [#632](https://github.com/stellar/java-stellar-anchor-sdk/issues/632) * When the health status is RED, set the status code to 500. diff --git a/build.gradle.kts b/build.gradle.kts index 4ad3137142..336489bd3d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -118,7 +118,7 @@ subprojects { allprojects { group = "org.stellar.anchor-sdk" - version = "1.2.2" + version = "1.2.4" tasks.jar { manifest {