From b8e49e03f9b9b9e25670fdd31c2190e62d281cdd Mon Sep 17 00:00:00 2001 From: Marcelo Salloum Date: Mon, 8 Aug 2022 10:07:31 -0700 Subject: [PATCH 1/2] Update image version of cibuilds/github from 0.10 to 0.13. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 928726c5d4a74d9ccd3f261888cfbd1910734bc3 Mon Sep 17 00:00:00 2001 From: Marcelo Salloum Date: Mon, 8 Aug 2022 10:16:57 -0700 Subject: [PATCH 2/2] Update version and changelog. --- CHANGELOG.md | 4 ++++ build.gradle | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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