diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 69f7db83..bc5133dc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.19" + ".": "0.7.20" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 632b248f..2f4849c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). +## [0.7.20](https://github.com/openfga/cli/compare/v0.7.19...v0.7.20) (2026-08-10) + + +### Fixed + +* remove go-safecast dependency ([#738](https://github.com/openfga/cli/issues/738)) ([379f941](https://github.com/openfga/cli/commit/379f9415fd7daba16d7390362c61c0c60eeec901)) + + ## [0.7.19](https://github.com/openfga/cli/compare/v0.7.17...v0.7.19) (2026-07-13)