Skip to content

Commit

Permalink
Bump version. (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat authored Aug 21, 2023
1 parent ea4e12c commit bb68109
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ As this project is pre 1.0, breaking changes may happen for minor version bumps.

## Pending

## 0.41.0-beta.2
* Migrate from CircleCI to GitHub Actions. ([#512](https://github.com/stellar/java-stellar-sdk/pull/512))

## 0.41.0-beta.1
* Use JDK 11 for CI builds. ([#511](https://github.com/stellar/java-stellar-sdk/issues/511))

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spotless {


sourceCompatibility = JavaVersion.VERSION_1_8.toString()
version = '0.41.0-beta.1'
version = '0.41.0-beta.2'
group = 'stellar'
jar.enabled = false

Expand Down

0 comments on commit bb68109

Please sign in to comment.