diff --git a/CHANGELOG.md b/CHANGELOG.md index 702c3eb7c..761defab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ As this project is pre 1.0, breaking changes may happen for minor version bumps. ## Pending +## 0.41.0-beta.3 +* Fix the bug in Transaction.isSorobanTransaction to accommodate BumpFootprintExpirationOperation. ([#518](https://github.com/stellar/java-stellar-sdk/pull/518)) + ## 0.41.0-beta.2 * Migrate from CircleCI to GitHub Actions. ([#512](https://github.com/stellar/java-stellar-sdk/pull/512)) diff --git a/build.gradle b/build.gradle index 02eaede5f..52382c68b 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ spotless { sourceCompatibility = JavaVersion.VERSION_1_8.toString() -version = '0.41.0-beta.2' +version = '0.41.0-beta.3' group = 'stellar' jar.enabled = false