Skip to content

Commit

Permalink
release: v0.3.1 (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris authored Apr 29, 2024
2 parents 9a624cb + bcf67a2 commit 0c1e3a0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog

### [0.3.0-beta.1](https://github.com/openfga/cli/compare/v0.2.7...v0.3.0) (2024-03-28)
### [0.3.1](https://github.com/openfga/cli/compare/v0.3.0...v0.3.1) (2024-04-29)

Added:

- `fga store import` now outputs the store and model details (#299) - thanks @NeerajNagure
- `fga store export` to support exporting a store (#306)
- Support specifying output format using `--output-format` for `fga model transform` (#308)

Changed:
- `fga tuple write` returns simpler error messages (#303) - thanks @shruti2522

### [0.3.0](https://github.com/openfga/cli/compare/v0.2.7...v0.3.0) (2024-03-28)

Added:
- Support for [modular models](https://github.com/openfga/rfcs/blob/main/20231212-modular-models.md) ([#262](https://github.com/openfga/cli/issues/262))
Expand Down

0 comments on commit 0c1e3a0

Please sign in to comment.