Skip to content

Commit bb88057

Browse files
authored
release: v0.7.0 (#514)
1 parent 8dc6c9a commit bb88057

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
# Changelog
22

3-
#### [Unreleased](https://github.com/openfga/cli/compare/v0.6.6...HEAD)
3+
#### [Unreleased](https://github.com/openfga/cli/compare/v0.7.0...HEAD)
4+
5+
#### [0.7.0](https://github.com/openfga/cli/compare/v0.6.6...v0.7.0) (2025-06-10)
6+
7+
> [!NOTE]
8+
> This release includes a change to the configuration file (`.fga.yaml`) lookup order to simplify multi-project usage.
9+
> The lookup is now in the following order:
10+
> * Current working directory (New)
11+
> * OS-specific [user configuration directory](https://pkg.go.dev/os#UserConfigDir) (e.g. `~/.config`)
12+
> * `fga` directory within the OS-specific [user configuration directory](https://pkg.go.dev/os#UserConfigDir) (e.g. `~/.config/fga`)
13+
> * OS-specific [home directory](https://pkg.go.dev/os#UserHomeDir) (e.g. `~/`)
14+
15+
Added:
16+
- Include current working directory in the config file resolution (#504) - thanks @OsmanMElsayed
417

518
Fixed:
619
- Bump OpenFGA to v1.8.13 to resolve a security vulnerability [GHSA-c72g-53hw-82q7](https://github.com/openfga/openfga/security/advisories/GHSA-c72g-53hw-82q7)
720

8-
921
#### [0.6.6](https://github.com/openfga/cli/compare/v0.6.5...v0.6.6) (2025-04-23)
1022

1123
Added:

0 commit comments

Comments
 (0)