Skip to content

Commit

Permalink
updated change log notes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Dec 3, 2022
1 parent 35fdf01 commit 57cf17b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

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.

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

## 0.37.2

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.38.0'
group = 'stellar'
jar.enabled = false

Expand Down

0 comments on commit 57cf17b

Please sign in to comment.