From 211b3f115693162b1ae447d8ff73c3adfdd3f4a7 Mon Sep 17 00:00:00 2001 From: openfga-releaser-bot Date: Mon, 27 Apr 2026 15:47:35 +0000 Subject: [PATCH 1/6] chore: release 0.7.13 Release-As: 0.7.13 From d6aa7f00a6b7f260d158f1f168f3023914b74271 Mon Sep 17 00:00:00 2001 From: "openfga-releaser-bot[bot]" <274031225+openfga-releaser-bot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 15:47:45 +0000 Subject: [PATCH 2/6] release: v0.7.13 --- .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 4ac26cd2..5ecd0cb0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.12" + ".": "0.7.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eabbe34..2964d027 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## [0.7.13](https://github.com/openfga/cli/compare/v0.7.12...v0.7.13) (2026-04-27) + + +### Added + +* support custom headers ([#670](https://github.com/openfga/cli/issues/670)) ([5826777](https://github.com/openfga/cli/commit/5826777f8b8f6b0ee6f46d184121fd760234609f)) + + +### Miscellaneous + +* release 0.7.13 ([211b3f1](https://github.com/openfga/cli/commit/211b3f115693162b1ae447d8ff73c3adfdd3f4a7)) + ## [Unreleased] ## [0.7.12] - 2026-03-23 From e07b00486d201c293a2c6141ec5599b4621cb622 Mon Sep 17 00:00:00 2001 From: Anurag Bandyopadhyay Date: Mon, 27 Apr 2026 21:19:06 +0530 Subject: [PATCH 3/6] fix: Update CHANGELOG to remove outdated entries Removed miscellaneous section and outdated release note. --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2964d027..3c62f8bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,10 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/). * support custom headers ([#670](https://github.com/openfga/cli/issues/670)) ([5826777](https://github.com/openfga/cli/commit/5826777f8b8f6b0ee6f46d184121fd760234609f)) -### Miscellaneous - -* release 0.7.13 ([211b3f1](https://github.com/openfga/cli/commit/211b3f115693162b1ae447d8ff73c3adfdd3f4a7)) - ## [Unreleased] ## [0.7.12] - 2026-03-23 From 0bfe2b19a6b773e898d61bf674f5f900ed92c2ac Mon Sep 17 00:00:00 2001 From: Anurag Bandyopadhyay Date: Mon, 27 Apr 2026 21:20:07 +0530 Subject: [PATCH 4/6] feat: Update CHANGELOG with OpenFGA v1.15.0 Update bundled OpenFGA to v1.15.0 in CHANGELOG. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c62f8bd..34eb3936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/). * support custom headers ([#670](https://github.com/openfga/cli/issues/670)) ([5826777](https://github.com/openfga/cli/commit/5826777f8b8f6b0ee6f46d184121fd760234609f)) +### Changed +* Update bundled OpenFGA to [v1.15.0](https://github.com/openfga/openfga/releases/tag/v1.15.0) + ## [Unreleased] From 3d3f3625b458ad1e5669ea6a04a5ebc8ea8583e2 Mon Sep 17 00:00:00 2001 From: Anurag Bandyopadhyay Date: Mon, 27 Apr 2026 21:39:45 +0530 Subject: [PATCH 5/6] fix: Update CHANGELOG and remove Unreleased section Removed 'Unreleased' section and updated version details. --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34eb3936..775d4938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,8 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/). * Update bundled OpenFGA to [v1.15.0](https://github.com/openfga/openfga/releases/tag/v1.15.0) -## [Unreleased] - ## [0.7.12] - 2026-03-23 ### Security From 185ff7457fc2cbfca8cd342763ec5cb42ce9c262 Mon Sep 17 00:00:00 2001 From: Anurag Bandyopadhyay Date: Mon, 27 Apr 2026 21:40:33 +0530 Subject: [PATCH 6/6] fix: remove KaC mention Removed redundant line about changelog format. --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 775d4938..eb4db37f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,7 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/) -and this project adheres to [Semantic Versioning](https://semver.org/). +This project adheres to [Semantic Versioning](https://semver.org/). ## [0.7.13](https://github.com/openfga/cli/compare/v0.7.12...v0.7.13) (2026-04-27)