We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7dfeb commit 57ff47bCopy full SHA for 57ff47b
1 file changed
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
8
## [Unreleased]
9
10
+## [0.7.8] - 2025-11-05
11
+
12
+Fixed:
13
+- Fix path resolution in `fga model test` to no longer resolve paths using the files base path
14
15
## [0.7.7] - 2025-11-04
16
17
> [!NOTE]
@@ -351,6 +356,7 @@ Initial OpenFGA CLI release
351
356
* Use Expand to understand why access was granted
352
357
353
358
[Unreleased]: https://github.com/openfga/cli/compare/v0.7.7...HEAD
359
+[0.7.8]: https://github.com/openfga/cli/compare/v0.7.7...v0.7.8
354
360
[0.7.7]: https://github.com/openfga/cli/compare/v0.7.5...v0.7.7
355
361
[0.7.5]: https://github.com/openfga/cli/compare/v0.7.4...v0.7.5
362
[0.7.4]: https://github.com/openfga/cli/compare/v0.7.3...v0.7.4
0 commit comments