Skip to content

Commit

Permalink
Version bump to 1.2.5 (#736)
Browse files Browse the repository at this point in the history
* Version bump

* Fix changelog (#738)
  • Loading branch information
Ifropc authored Feb 8, 2023
1 parent 4a806f2 commit cc66c13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.4"
version = "1.2.5"

tasks.jar {
manifest {
Expand Down

0 comments on commit cc66c13

Please sign in to comment.