Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.14-beta.1"
".": "0.7.15"
}
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,21 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/).

## [0.7.14-beta.1](https://github.com/openfga/cli/compare/v0.7.14...v0.7.14-beta.1) (2026-05-20)
## [0.7.15](https://github.com/openfga/cli/compare/v0.7.13...v0.7.15) (2026-05-20)
Comment thread
SoulPancake marked this conversation as resolved.


### Miscellaneous

* release 0.7.14-beta.1 ([6a62a0c](https://github.com/openfga/cli/commit/6a62a0cb65783fbf8bca108f4d2df1bd4515ab2c))

## [0.7.14](https://github.com/openfga/cli/compare/v0.7.13...v0.7.14) (2026-05-20)
### Changed

* Update bundled OpenFGA to [v1.16.0](https://github.com/openfga/openfga/releases/tag/v1.16.0)

### Fixed

* Bumped the [`openfga/go-sdk`](https://github.com/openfga/go-sdk) version to include a fix for a retry logic bug (see [#677](https://github.com/openfga/cli/issues/677), fixed by [openfga/go-sdk#319](https://github.com/openfga/go-sdk/pull/319)).

> [!NOTE]
> v0.7.14 had issues in the release process so the changelog has been merged into v0.7.15
Comment thread
SoulPancake marked this conversation as resolved.


## [0.7.13](https://github.com/openfga/cli/compare/v0.7.12...v0.7.13) (2026-04-27)


Expand Down