From 68b6373ded9c7022d9fb9429221913674960a318 Mon Sep 17 00:00:00 2001 From: openfga-releaser-bot Date: Wed, 12 Aug 2026 19:33:17 +0000 Subject: [PATCH 1/3] chore: release 0.4.1 Release-As: 0.4.1 From d14278731eecf7e401205e2a626cd70f8f5d162d Mon Sep 17 00:00:00 2001 From: "openfga-releaser-bot[bot]" <274031225+openfga-releaser-bot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 19:33:28 +0000 Subject: [PATCH 2/3] release: v0.4.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ README.md | 6 +++--- build.gradle | 2 +- examples/servlet/build.gradle | 2 +- publish.gradle | 2 +- 6 files changed, 20 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..218393f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db2dde..620f743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.4.1](https://github.com/openfga/spring-boot-starter/compare/v0.4.0...v0.4.1) (2026-08-12) + + +### Fixed + +* correct version-verification regex in verify-version job ([08b1fd3](https://github.com/openfga/spring-boot-starter/commit/08b1fd3479e23217c3434ecfdcc641bf5bdf2014)) +* correct version-verification regex in verify-version job ([#191](https://github.com/openfga/spring-boot-starter/issues/191)) ([c45e6d6](https://github.com/openfga/spring-boot-starter/commit/c45e6d6b6729177fb24a01abf62fb6a04531588c)) + + +### Miscellaneous + +* release 0.4.1 ([68b6373](https://github.com/openfga/spring-boot-starter/commit/68b6373ded9c7022d9fb9429221913674960a318)) + ## [0.4.0](https://github.com/openfga/spring-boot-starter/compare/v0.3.3...v0.4.0) (2026-08-12) > [!NOTE] diff --git a/README.md b/README.md index fd1647e..05bdb9d 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,13 @@ It can be used with the following: * Gradle (Groovy) ```groovy -implementation 'dev.openfga:openfga-spring-boot-starter:0.4.0' // x-release-please-version +implementation 'dev.openfga:openfga-spring-boot-starter:0.4.1' // x-release-please-version ``` * Gradle (Kotlin) ```kotlin -implementation("dev.openfga:openfga-spring-boot-starter:0.4.0") // x-release-please-version +implementation("dev.openfga:openfga-spring-boot-starter:0.4.1") // x-release-please-version ``` * Apache Maven @@ -52,7 +52,7 @@ implementation("dev.openfga:openfga-spring-boot-starter:0.4.0") // x-release-ple dev.openfga openfga-spring-boot-starter - 0.4.0 + 0.4.1 ``` diff --git a/build.gradle b/build.gradle index 82b6bf4..6d09d2f 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ plugins { apply from: 'publish.gradle' group = 'dev.openfga' -version = '0.4.0' // x-release-please-version +version = '0.4.1' // x-release-please-version wrapper { gradleVersion = '9.6.1' diff --git a/examples/servlet/build.gradle b/examples/servlet/build.gradle index 12a2db3..feeb9f2 100644 --- a/examples/servlet/build.gradle +++ b/examples/servlet/build.gradle @@ -31,7 +31,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-security' implementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server' - implementation 'dev.openfga:openfga-spring-boot-starter:0.4.0' // x-release-please-version + implementation 'dev.openfga:openfga-spring-boot-starter:0.4.1' // x-release-please-version testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.springframework.boot:spring-boot-starter-test' diff --git a/publish.gradle b/publish.gradle index d5882d4..744cf8e 100644 --- a/publish.gradle +++ b/publish.gradle @@ -6,7 +6,7 @@ publishing { pom { group = 'dev.openfga' name = 'openfga-spring-boot-starter' - version = '0.4.0' // x-release-please-version + version = '0.4.1' // x-release-please-version description = 'This is the Spring Boot Starter for OpenFGA.' url = 'https://openfga.dev' licenses { From 9597d4a1e42cd6e78e3bf976a06527174f2b63ef Mon Sep 17 00:00:00 2001 From: Anurag Bandyopadhyay Date: Thu, 13 Aug 2026 01:05:10 +0530 Subject: [PATCH 3/3] chore: Correct version links in CHANGELOG.md Updated version number and fixed links in changelog. --- CHANGELOG.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 620f743..bf17aea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,8 @@ # Changelog -## [0.4.1](https://github.com/openfga/spring-boot-starter/compare/v0.4.0...v0.4.1) (2026-08-12) +## [0.4.1](https://github.com/openfga/spring-boot-starter/compare/v0.3.3...v0.4.1) (2026-08-12) -### Fixed - -* correct version-verification regex in verify-version job ([08b1fd3](https://github.com/openfga/spring-boot-starter/commit/08b1fd3479e23217c3434ecfdcc641bf5bdf2014)) -* correct version-verification regex in verify-version job ([#191](https://github.com/openfga/spring-boot-starter/issues/191)) ([c45e6d6](https://github.com/openfga/spring-boot-starter/commit/c45e6d6b6729177fb24a01abf62fb6a04531588c)) - - -### Miscellaneous - -* release 0.4.1 ([68b6373](https://github.com/openfga/spring-boot-starter/commit/68b6373ded9c7022d9fb9429221913674960a318)) - -## [0.4.0](https://github.com/openfga/spring-boot-starter/compare/v0.3.3...v0.4.0) (2026-08-12) - > [!NOTE] > This release establishes the Spring Boot 3.4 baseline for the upcoming Jackson 3 / Spring Boot 4 work. Spring Boot 4 is **not yet supported** — the PropertyMapper fix below only removes one binary incompatibility. Progress is tracked in [#184](https://github.com/openfga/spring-boot-starter/issues/184). @@ -38,6 +26,7 @@ * document openfga.initialization properties in README ([e3403b9](https://github.com/openfga/spring-boot-starter/commit/e3403b942886f90db4f2112778af679539e0831d)) + ## [0.3.3](https://github.com/openfga/spring-boot-starter/compare/v0.3.1...v0.3.3) (2026-07-22) ### Added