From c0b78db5ff7f22dd52143630a849a436cd1c7b7c Mon Sep 17 00:00:00 2001 From: Francisco Disalvo Date: Wed, 22 Jul 2026 12:20:12 -0300 Subject: [PATCH] chore(release): bump version to 1.13.0 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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b5488a4..8d35982 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ ai.pluggy pluggy-java - 1.12.0 + 1.13.0 jar