Skip to content

Commit

Permalink
release: v0.1.1 (#18)
Browse files Browse the repository at this point in the history
## Description

## References

closes #13
  • Loading branch information
rhamzeh authored Jun 3, 2024
2 parents 635c28f + b21885d commit 9d2a551
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

### [0.1.1](https://github.com/openfga/action-openfga-deploy/compare/v0.1.0...v0.1.1) (2024-06-03)

Added:
- Output deployed authorization model id (#9,#12) - thanks @le-yams, @big-kahuna-burger
- Support additional configuration options (#16)

### [0.1.0](https://github.com/openfga/action-openfga-deploy/tree/v0.1.0) (2024-01-09)

Initial OpenFGA Deploy Action release.

This action can be used to deploy your OpenFGA model to a store, supporting the following config options
- `api-url`
- `api-token`
- `store-id`
- `model-file-path`
- `model`
- `format`

0 comments on commit 9d2a551

Please sign in to comment.