Skip to content

Commit

Permalink
bump version and changelog to 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Bellamy committed May 18, 2021
1 parent 6b7f6df commit 163609f
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 163609f

Please sign in to comment.