Skip to content

Commit

Permalink
updated changelog and build version for 0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Mar 9, 2023
1 parent c342a4f commit b97b33d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ As this project is pre 1.0, breaking changes may happen for minor version bumps.

## Pending

## 0.39.0

* Add SubmitTransactionResponse.ResultCodes.innerTransactionResultCode ([#466](https://github.com/stellar/java-stellar-sdk/pull/466))

## 0.38.0

* Fix android crashing related to okhttp3 ([#457](https://github.com/stellar/java-stellar-sdk/pull/457))

## 0.37.2

* Fix the deployment CI that uploads the jar to the GitHub release [2]. ([#453](https://github.com/stellar/java-stellar-sdk/pull/453))
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 = JavaVersion.VERSION_1_8.toString()
version = '0.37.2'
version = '0.39.0'
group = 'stellar'
jar.enabled = false

Expand Down

0 comments on commit b97b33d

Please sign in to comment.