From 9bcee5a111109c20d161a83c5a76e7bc3f208b3f Mon Sep 17 00:00:00 2001 From: openfga-releaser-bot Date: Fri, 3 Jul 2026 07:13:42 +0000 Subject: [PATCH 1/3] chore: release 0.3.2 Release-As: 0.3.2 From 17c92d19b58d5f34f4e776e946b669e5088a09c5 Mon Sep 17 00:00:00 2001 From: "openfga-releaser-bot[bot]" <274031225+openfga-releaser-bot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 07:14:05 +0000 Subject: [PATCH 2/3] release: v0.3.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 816df2d..0477999 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.1" + ".": "0.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 708f69d..306258d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.3.2](https://github.com/openfga/spring-boot-starter/compare/v0.3.1...v0.3.2) (2026-07-03) + + +### Added + +* add OpenFGA Testcontainers service connection ([3ab552c](https://github.com/openfga/spring-boot-starter/commit/3ab552cce7fdd9ed13d22fa6ea5e7022144b86fc)), closes [#58](https://github.com/openfga/spring-boot-starter/issues/58) +* add OpenFGA Testcontainers service connection ([#170](https://github.com/openfga/spring-boot-starter/issues/170)) ([42d93e2](https://github.com/openfga/spring-boot-starter/commit/42d93e23636dbcf34cf56dbd65f1a9a45e317b6e)) + + +### Fixed + +* support Spring Boot 4 by dropping removed PropertyMapper APIs ([396e9fa](https://github.com/openfga/spring-boot-starter/commit/396e9fa2f47767db056be2c7f978e1bbb51ec30c)) +* support Spring Boot 4 by dropping removed PropertyMapper APIs ([#164](https://github.com/openfga/spring-boot-starter/issues/164)) ([b893624](https://github.com/openfga/spring-boot-starter/commit/b8936249729865385d9c90e9fff864f89a47c018)) +* typo in changelog ([b0bcc4e](https://github.com/openfga/spring-boot-starter/commit/b0bcc4e7fbe6603912c2a23b0a28b295151c8b40)) + + +### Documentation + +* clarify activation in autoconfig javadoc, pin testcontainers image in README ([54de65c](https://github.com/openfga/spring-boot-starter/commit/54de65cafac30ccf5c1ec0af09e154495dc5f506)) + + +### Miscellaneous + +* release 0.3.2 ([9bcee5a](https://github.com/openfga/spring-boot-starter/commit/9bcee5a111109c20d161a83c5a76e7bc3f208b3f)) + ## v0.3.1 ### [0.3.1](https://github.com/openfga/spring-boot-starter/releases/tag/v0.3.1) (2026-03-31) From 43b6f3e5b08520d46084e548fdb5a9b103a9c520 Mon Sep 17 00:00:00 2001 From: Anurag Bandyopadhyay Date: Fri, 3 Jul 2026 13:26:08 +0530 Subject: [PATCH 3/3] chore: fix up changelog --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 306258d..78d743d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,11 @@ ### Added -* add OpenFGA Testcontainers service connection ([3ab552c](https://github.com/openfga/spring-boot-starter/commit/3ab552cce7fdd9ed13d22fa6ea5e7022144b86fc)), closes [#58](https://github.com/openfga/spring-boot-starter/issues/58) * add OpenFGA Testcontainers service connection ([#170](https://github.com/openfga/spring-boot-starter/issues/170)) ([42d93e2](https://github.com/openfga/spring-boot-starter/commit/42d93e23636dbcf34cf56dbd65f1a9a45e317b6e)) ### Fixed -* support Spring Boot 4 by dropping removed PropertyMapper APIs ([396e9fa](https://github.com/openfga/spring-boot-starter/commit/396e9fa2f47767db056be2c7f978e1bbb51ec30c)) * support Spring Boot 4 by dropping removed PropertyMapper APIs ([#164](https://github.com/openfga/spring-boot-starter/issues/164)) ([b893624](https://github.com/openfga/spring-boot-starter/commit/b8936249729865385d9c90e9fff864f89a47c018)) * typo in changelog ([b0bcc4e](https://github.com/openfga/spring-boot-starter/commit/b0bcc4e7fbe6603912c2a23b0a28b295151c8b40)) @@ -21,10 +19,6 @@ * clarify activation in autoconfig javadoc, pin testcontainers image in README ([54de65c](https://github.com/openfga/spring-boot-starter/commit/54de65cafac30ccf5c1ec0af09e154495dc5f506)) -### Miscellaneous - -* release 0.3.2 ([9bcee5a](https://github.com/openfga/spring-boot-starter/commit/9bcee5a111109c20d161a83c5a76e7bc3f208b3f)) - ## v0.3.1 ### [0.3.1](https://github.com/openfga/spring-boot-starter/releases/tag/v0.3.1) (2026-03-31)