From 3390695a72315a28ae483f0b2ebd4d4bff103ceb Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Tue, 25 Jun 2024 14:24:54 +0100 Subject: [PATCH] release: v0.5.1 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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)