Skip to content

Commit

Permalink
Merge pull request #431 from stellar/0.33.0_merge
Browse files Browse the repository at this point in the history
merge 0.33.0 notes back to master
  • Loading branch information
sreuland authored May 9, 2022
2 parents c5c9bbd + ab3ce93 commit 374903a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

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)
## 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 374903a

Please sign in to comment.