Skip to content

Commit

Permalink
Merge pull request #344 from paulbellamy/0.25.0
Browse files Browse the repository at this point in the history
Bump version and changelog to 0.25.0
  • Loading branch information
Paul Bellamy authored May 24, 2021
2 parents 6b7f6df + 163609f commit 6adc982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6adc982

Please sign in to comment.