From d7d9769e3bf0cb46131fe61138e885e1a26ca8b2 Mon Sep 17 00:00:00 2001 From: openfga-releaser-bot Date: Mon, 13 Jul 2026 18:21:30 +0000 Subject: [PATCH 1/3] chore: release 0.7.19 Release-As: 0.7.19 From 29ddea7112f34be88ad59b9c751949dff9515a8e Mon Sep 17 00:00:00 2001 From: "openfga-releaser-bot[bot]" <274031225+openfga-releaser-bot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:21:37 +0000 Subject: [PATCH 2/3] release: v0.7.19 --- .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 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..43d6ca11 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.19](https://github.com/openfga/cli/compare/v0.7.18...v0.7.19) (2026-07-13) + + +### Fixed + +* set up buildx driver for dockers_v2 sbom attestation in release ([#724](https://github.com/openfga/cli/issues/724)) ([fe382e0](https://github.com/openfga/cli/commit/fe382e090fea6dfeaaa92731535aceeaa801f344)) + + +### Miscellaneous + +* release 0.7.19 ([d7d9769](https://github.com/openfga/cli/commit/d7d9769e3bf0cb46131fe61138e885e1a26ca8b2)) + ## [0.7.18](https://github.com/openfga/cli/compare/v0.7.17...v0.7.18) (2026-07-13) From 048debe1f07f52f5f5beba83a964ced3b7d27019 Mon Sep 17 00:00:00 2001 From: Anurag Bandyopadhyay Date: Mon, 13 Jul 2026 23:54:27 +0530 Subject: [PATCH 3/3] chore: merge changelog --- CHANGELOG.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43d6ca11..632b248f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,19 +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.19](https://github.com/openfga/cli/compare/v0.7.18...v0.7.19) (2026-07-13) - - -### Fixed - -* set up buildx driver for dockers_v2 sbom attestation in release ([#724](https://github.com/openfga/cli/issues/724)) ([fe382e0](https://github.com/openfga/cli/commit/fe382e090fea6dfeaaa92731535aceeaa801f344)) - - -### Miscellaneous - -* release 0.7.19 ([d7d9769](https://github.com/openfga/cli/commit/d7d9769e3bf0cb46131fe61138e885e1a26ca8b2)) - -## [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 @@ -27,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