From 48173efda5573c97f08d69354ceb935d0932ec62 Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Wed, 5 Nov 2025 15:23:05 +0000 Subject: [PATCH] release: v0.7.8 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d36ce37..60a59711 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [0.7.8] - 2025-11-05 + +Fixed: +- Fix path resolution in `fga model test` to no longer resolve paths using the files base path + ## [0.7.7] - 2025-11-04 > [!NOTE] @@ -351,6 +356,7 @@ Initial OpenFGA CLI release * Use Expand to understand why access was granted [Unreleased]: https://github.com/openfga/cli/compare/v0.7.7...HEAD +[0.7.8]: https://github.com/openfga/cli/compare/v0.7.7...v0.7.8 [0.7.7]: https://github.com/openfga/cli/compare/v0.7.5...v0.7.7 [0.7.5]: https://github.com/openfga/cli/compare/v0.7.4...v0.7.5 [0.7.4]: https://github.com/openfga/cli/compare/v0.7.3...v0.7.4