From a7799aed452dc338daff2cb355b9bf7267d742f4 Mon Sep 17 00:00:00 2001 From: openfga-releaser-bot Date: Wed, 17 Jun 2026 13:03:03 +0000 Subject: [PATCH 1/2] chore: release 0.7.16 Release-As: 0.7.16 From c668d931b59ab6039751c5da1d4129cf661d03da Mon Sep 17 00:00:00 2001 From: "openfga-releaser-bot[bot]" <274031225+openfga-releaser-bot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 13:03:12 +0000 Subject: [PATCH 2/2] release: v0.7.16 --- .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 694d65b4..e5c1bfef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.15" + ".": "0.7.16" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ef75f44..7d6ac460 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.16](https://github.com/openfga/cli/compare/v0.7.15...v0.7.16) (2026-06-17) + + +### Changed + +* replace go-multierror with stdlib, remove dep ([#705](https://github.com/openfga/cli/issues/705)) ([2e9afa2](https://github.com/openfga/cli/commit/2e9afa2397b61561ca0652be5d21a1b2197f1912)) + + +### Miscellaneous + +* release 0.7.16 ([a7799ae](https://github.com/openfga/cli/commit/a7799aed452dc338daff2cb355b9bf7267d742f4)) + ## [0.7.15](https://github.com/openfga/cli/compare/v0.7.13...v0.7.15) (2026-05-20)