diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3750e283..69f7db83 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.18" + ".": "0.7.19" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b11c3cc..632b248f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). -## [0.7.18](https://github.com/openfga/cli/compare/v0.7.17...v0.7.18) (2026-07-13) +## [0.7.19](https://github.com/openfga/cli/compare/v0.7.17...v0.7.19) (2026-07-13) ### Fixed @@ -15,6 +15,10 @@ This project adheres to [Semantic Versioning](https://semver.org/). * bump `github.com/openfga/language/pkg/go` from 0.3.0 to 0.3.1 ([042151f](https://github.com/openfga/cli/commit/042151fb16d75d91bd45a36666f6f6239b833809)) +> [!NOTE] +> v0.7.18 had issues in the release pipeline so it was never published; the changelog has been merged into v0.7.19. + + ## [0.7.17](https://github.com/openfga/cli/compare/v0.7.16...v0.7.17) (2026-06-23) ### Changed