Skip to content

Commit

Permalink
Release 1.2.16 (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipliu authored Jul 28, 2023
1 parent 4d943ad commit 532d5d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog
## 1.2.16
* Fix AnchorEvent field serialization in Kafka publisher [#1011](https://github.com/stellar/java-stellar-anchor-sdk/pull/1011)

## 1.2.15
* Add latest_block_processed and latest_block_read to Prometheus endpoint [#980](https://github.com/stellar/java-stellar-anchor-sdk/pull/980)

## 1.2.14
* Use buy and sell amounts calculated by rate integration in SEP-38 [#911](https://github.com/stellar/java-stellar-anchor-sdk/pull/911)

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.14"
version = "1.2.16"

tasks.jar {
manifest {
Expand Down

0 comments on commit 532d5d7

Please sign in to comment.