From 63630b368286857aa81884d8288502769c526929 Mon Sep 17 00:00:00 2001 From: openfga-releaser-bot Date: Mon, 10 Aug 2026 16:57:26 +0000 Subject: [PATCH 1/3] chore: release 0.7.20 Release-As: 0.7.20 From f4957f50540b83f0d4c0e9eece98b3fad1d6e740 Mon Sep 17 00:00:00 2001 From: "openfga-releaser-bot[bot]" <274031225+openfga-releaser-bot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 16:57:37 +0000 Subject: [PATCH 2/3] release: v0.7.20 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) 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..25dc52cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ 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)) + + +### Miscellaneous + +* release 0.7.20 ([63630b3](https://github.com/openfga/cli/commit/63630b368286857aa81884d8288502769c526929)) + ## [0.7.19](https://github.com/openfga/cli/compare/v0.7.17...v0.7.19) (2026-07-13) From 2e664167fe4a347fb5f48afa2da64e465a537529 Mon Sep 17 00:00:00 2001 From: Anurag Bandyopadhyay Date: Mon, 10 Aug 2026 22:28:56 +0530 Subject: [PATCH 3/3] chore: fix up changelog --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25dc52cf..2f4849c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,6 @@ This project adheres to [Semantic Versioning](https://semver.org/). * remove go-safecast dependency ([#738](https://github.com/openfga/cli/issues/738)) ([379f941](https://github.com/openfga/cli/commit/379f9415fd7daba16d7390362c61c0c60eeec901)) -### Miscellaneous - -* release 0.7.20 ([63630b3](https://github.com/openfga/cli/commit/63630b368286857aa81884d8288502769c526929)) - ## [0.7.19](https://github.com/openfga/cli/compare/v0.7.17...v0.7.19) (2026-07-13)