Skip to content

chore(release): bump version to 1.13.0#109

Merged
FranDisalvo90 merged 1 commit into
masterfrom
chore/release-1.13.0
Jul 22, 2026
Merged

chore(release): bump version to 1.13.0#109
FranDisalvo90 merged 1 commit into
masterfrom
chore/release-1.13.0

Conversation

@FranDisalvo90

Copy link
Copy Markdown
Collaborator

Summary

Release the changes merged since v1.12.0:

Minor rather than patch because of the feat in #107.

v1.12.0 was already tagged, so the last two merges did not cut a release — release.yml logged Tag v1.12.0 already exists, skipping release. This bump is what lets it tag again.

After merge

Merging triggers release.yml, which tags v1.13.0 and cuts the GitHub Release. Publishing the jar to GitHub Packages is a separate manual step (#106), since the Release is created with the default GITHUB_TOKEN and GitHub does not fire workflow triggers for those events:

gh workflow run maven-publish.yml -f tag_version=v1.13.0

Until that dispatch runs, availableAmounts is not available to consumers of this SDK.

Test plan

  • Single-line version bump; pom.xml had exactly one <version>1.12.0</version> occurrence.
  • CI build & test on this PR
  • After merge: gh release view v1.13.0, then the manual maven-publish.yml dispatch and its deploy job

Release the changes merged since v1.12.0:
- fix(account): rename ReservedBalance.amounts to availableAmounts (#108)
- feat(cc): adding cc bill dates (#107)

Minor rather than patch because of the feat in #107.

Merging this to master triggers release.yml, which tags v1.13.0 and cuts
the GitHub Release. Publishing the jar to GitHub Packages is a separate
manual step (see #106):

  gh workflow run maven-publish.yml -f tag_version=v1.13.0
@FranDisalvo90
FranDisalvo90 merged commit 32f8c23 into master Jul 22, 2026
4 checks passed
@FranDisalvo90
FranDisalvo90 deleted the chore/release-1.13.0 branch July 22, 2026 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant