From 163609fb6859f3fd7e6b8b98ac21f525c8c66e04 Mon Sep 17 00:00:00 2001 From: Paul Bellamy Date: Tue, 18 May 2021 17:45:14 +0100 Subject: [PATCH] bump version and changelog to 0.25.0 --- CHANGELOG.md | 2 ++ build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb62495eb..d0aeef6a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ As this project is pre 1.0, breaking changes may happen for minor version bumps. ## Unreleased +## 0.25.0 + * Added TransactionsRequestBuilder.forClaimableBalance(), and OperationsRequestBuilder.forClaimableBalance(). * Added support for new `accounts`, `balances`, `claimable_balances_amount`, and `num_claimable_balances` fields on Assets. diff --git a/build.gradle b/build.gradle index 3b4e3cc75..9965a64d2 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ apply plugin: 'com.github.ben-manes.versions' // gradle dependencyUpdates -Drevi apply plugin: 'project-report' // gradle htmlDependencyReport sourceCompatibility = 1.6 -version = '0.24.0' +version = '0.25.0' group = 'stellar' jar {