Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v0.5.1 #356

Merged
merged 1 commit into from
Jun 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Changelog

### [0.5.1](https://github.com/openfga/cli/compare/v0.5.0...v0.5.1) (2024-06-25)

Fixed:
- Fixed issue where `fga store import` output could no longer be piped to `jq` (#355) - thanks @Siddhant-K-code

### [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)
- `fga store import` now shows a progress bar when writing tuples to show (#348) - thanks @Siddhant-K-code

Changed:
- `excluded_users` has been removed from the `fga query list-users` output and the testing for ListUsers (#347)
Expand Down
Loading