Skip to content

Commit

Permalink
Bump version to 1.2.4 (#725)
Browse files Browse the repository at this point in the history
* Bump version to 1.2.4

* Update changelog (#729)

* Trigger

* Update CHANGELOG

* Trigger
  • Loading branch information
Ifropc authored Jan 31, 2023
1 parent 700c378 commit 5206bd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ subprojects {

allprojects {
group = "org.stellar.anchor-sdk"
version = "1.2.2"
version = "1.2.4"

tasks.jar {
manifest {
Expand Down

0 comments on commit 5206bd4

Please sign in to comment.