From e683682c5c5997146d7f7208872b8a83dd23e719 Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Mon, 2 Dec 2024 11:45:48 +0000 Subject: [PATCH] release: v0.6.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a07d28ca..9ea4f7b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### [0.6.2](https://github.com/openfga/cli/compare/v0.6.1...v0.6.2) (2024-12-02) + +Fixed: +- Fixed issue where `fga store import` would error when importing a store with no tuples (#408) - thanks @ap0calypse8 +- Fixed repetition in `fga query check` error output (#405) - thanks @Siddhant-K-code + ### [0.6.1](https://github.com/openfga/cli/compare/v0.6.0...v0.6.1) (2024-09-09) Fixed: