diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9532e0a9..694d65b4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.14-beta.1" + ".": "0.7.15" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b0740998..4ef75f44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,20 +4,21 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). -## [0.7.14-beta.1](https://github.com/openfga/cli/compare/v0.7.14...v0.7.14-beta.1) (2026-05-20) +## [0.7.15](https://github.com/openfga/cli/compare/v0.7.13...v0.7.15) (2026-05-20) -### Miscellaneous - -* release 0.7.14-beta.1 ([6a62a0c](https://github.com/openfga/cli/commit/6a62a0cb65783fbf8bca108f4d2df1bd4515ab2c)) - -## [0.7.14](https://github.com/openfga/cli/compare/v0.7.13...v0.7.14) (2026-05-20) +### Changed +* Update bundled OpenFGA to [v1.16.0](https://github.com/openfga/openfga/releases/tag/v1.16.0) ### Fixed * Bumped the [`openfga/go-sdk`](https://github.com/openfga/go-sdk) version to include a fix for a retry logic bug (see [#677](https://github.com/openfga/cli/issues/677), fixed by [openfga/go-sdk#319](https://github.com/openfga/go-sdk/pull/319)). +> [!NOTE] +> v0.7.14 had issues in the release process so the changelog has been merged into v0.7.15 + + ## [0.7.13](https://github.com/openfga/cli/compare/v0.7.12...v0.7.13) (2026-04-27)