From 6b2d16e6c148121ae73706608d6aadfea4453a3a Mon Sep 17 00:00:00 2001 From: openfga-releaser-bot Date: Tue, 23 Jun 2026 02:49:06 +0000 Subject: [PATCH 1/3] chore: release 0.7.17 Release-As: 0.7.17 From 36b37408848517fd56ca87ac2ce26a33b114de06 Mon Sep 17 00:00:00 2001 From: "openfga-releaser-bot[bot]" <274031225+openfga-releaser-bot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 02:49:14 +0000 Subject: [PATCH 2/3] release: v0.7.17 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e5c1bfef..1d2d68ab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.16" + ".": "0.7.17" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 978d23a4..451050b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). +## [0.7.17](https://github.com/openfga/cli/compare/v0.7.16...v0.7.17) (2026-06-23) + + +### Fixed + +* attach SLSA provenance to draft release via gh release upload ([#713](https://github.com/openfga/cli/issues/713)) ([2c4adfb](https://github.com/openfga/cli/commit/2c4adfbcec93d1665340119c245b8d558d4c6366)) + + +### Changed + +* drop gocsv to stdlib encoding/csv ([#704](https://github.com/openfga/cli/issues/704)) ([436b74f](https://github.com/openfga/cli/commit/436b74f2ff118ffa1f95f89242905dbab9bc97c6)) + + +### Miscellaneous + +* release 0.7.17 ([6b2d16e](https://github.com/openfga/cli/commit/6b2d16e6c148121ae73706608d6aadfea4453a3a)) + ## [0.7.16](https://github.com/openfga/cli/compare/v0.7.15...v0.7.16) (2026-06-17) ### Added From 2b7cdbe393b31670544354a2019121193e92744d Mon Sep 17 00:00:00 2001 From: Anurag Bandyopadhyay Date: Tue, 23 Jun 2026 08:30:29 +0530 Subject: [PATCH 3/3] chore: remove release workflow fix entry Remove fixed and miscellaneous sections from changelog. --- CHANGELOG.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 451050b4..f6faad45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,21 +6,11 @@ This project adheres to [Semantic Versioning](https://semver.org/). ## [0.7.17](https://github.com/openfga/cli/compare/v0.7.16...v0.7.17) (2026-06-23) - -### Fixed - -* attach SLSA provenance to draft release via gh release upload ([#713](https://github.com/openfga/cli/issues/713)) ([2c4adfb](https://github.com/openfga/cli/commit/2c4adfbcec93d1665340119c245b8d558d4c6366)) - - ### Changed * drop gocsv to stdlib encoding/csv ([#704](https://github.com/openfga/cli/issues/704)) ([436b74f](https://github.com/openfga/cli/commit/436b74f2ff118ffa1f95f89242905dbab9bc97c6)) -### Miscellaneous - -* release 0.7.17 ([6b2d16e](https://github.com/openfga/cli/commit/6b2d16e6c148121ae73706608d6aadfea4453a3a)) - ## [0.7.16](https://github.com/openfga/cli/compare/v0.7.15...v0.7.16) (2026-06-17) ### Added