diff --git a/CHANGELOG.md b/CHANGELOG.md index b377cec..10a4f11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ # Changelog +### [0.5.1](https://github.com/openfga/cli/compare/v0.5.0...v0.5.1) (2024-06-25) + +Fixed: +- Fixed issue where `fga store import` output could no longer be piped to `jq` (#355) - thanks @Siddhant-K-code + ### [0.5.0](https://github.com/openfga/cli/compare/v0.4.1...v0.5.0) (2024-06-18) Added: -- `fga store import` now shows a progress bar when writing tuples to show (#348) +- `fga store import` now shows a progress bar when writing tuples to show (#348) - thanks @Siddhant-K-code Changed: - `excluded_users` has been removed from the `fga query list-users` output and the testing for ListUsers (#347)