Skip to content

Commit

Permalink
prepared 0.33.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed May 5, 2022
1 parent c5c9bbd commit 92cb3f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

As this project is pre 1.0, breaking changes may happen for minor version bumps. A breaking change will get clearly notified in this log.

## 0.33.0 (Pending)
## 0.33.0
* Update TransactionResponse to include new Protocol 19 Preconditions ([#428](https://github.com/stellar/java-stellar-sdk/pull/428)).
* Fix asset compare to when asset code are equals ([#424](https://github.com/stellar/java-stellar-sdk/pull/424)).
* LiquidityPoolIDDeserializer is missing from the PageDeserializer. ([#422](https://github.com/stellar/java-stellar-sdk/pull/422))

## 0.32.0

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

sourceCompatibility = 1.6
version = '0.32.0'
version = '0.33.0'
group = 'stellar'
jar.enabled = false

Expand Down

0 comments on commit 92cb3f4

Please sign in to comment.