From 61701caa6bca603a51aef7485f5e1c7a09787103 Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Tue, 18 Jun 2024 18:11:17 +0100 Subject: [PATCH] release: v0.5.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b32832b..b377cec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +### [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) + +Changed: +- `excluded_users` has been removed from the `fga query list-users` output and the testing for ListUsers (#347) + +BREAKING CHANGE: + +This version removes the `excluded_users` property from the ``fga query list-users` output and the ListUsers testing, +for more details see the [associated API change](https://github.com/openfga/api/pull/171). + ### [0.4.1](https://github.com/openfga/cli/compare/v0.4.0...v0.4.1) (2024-06-05) Added: