Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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.12"
".": "0.7.13"
}
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@ 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/).

## [Unreleased]
## [0.7.13](https://github.com/openfga/cli/compare/v0.7.12...v0.7.13) (2026-04-27)
Comment thread
SoulPancake marked this conversation as resolved.


### Added

* 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)
Comment thread
SoulPancake marked this conversation as resolved.


## [0.7.12] - 2026-03-23

Expand Down
Loading