diff --git a/.circleci/config.yml b/.circleci/config.yml index 2a6f30a99..cc10235c8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: - libs/stellar-sdk.jar deploy: docker: - - image: cibuilds/github:0.10 + - image: cibuilds/github:0.13 steps: - attach_workspace: at: ./build diff --git a/CHANGELOG.md b/CHANGELOG.md index 58d9675fd..f86f13c57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ As this project is pre 1.0, breaking changes may happen for minor version bumps. ## Pending +## 0.37.1 + +* Fix the deployment CI that uploads the jar to the GitHub release. ([#452](/~https://github.com/stellar/java-stellar-sdk/pull/452)) + ## 0.37.0 * Fix missing `auth_clawback_enabled` field in AccountResponse class. ([#449](/~https://github.com/stellar/java-stellar-sdk/pull/449)) diff --git a/build.gradle b/build.gradle index b46d29a3c..b82d05116 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { } sourceCompatibility = JavaVersion.VERSION_1_8.toString() -version = '0.37.0' +version = '0.37.1' group = 'stellar' jar.enabled = false