Skip to content

Commit

Permalink
release(v0.1.0): with model dsl parsing fixes (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh authored Sep 19, 2023
2 parents b1c9a7a + 857c03b commit 185f462
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.1.0

### [0.1.0](https://github.com/openfga/go-sdk/releases/tag/v0.1.0-beta6...v0.1.0) (2023-09-18)

Changed:
- The config `server-url` has been changed to `api-url` to be consistent with the upcoming SDK changes
`server-url` is still accepted but is considered deprecated and may be removed in future releases.
If present, `api-url` will take precedence over `server-url`.

Fixed:
- The core language is now able to better handle extraneous spaces, and panics should be heavily reduced

## v0.1.0-beta6

### [0.1.0-beta6](https://github.com/openfga/go-sdk/releases/tag/v0.1.0-beta5...v0.1.0-beta6) (2023-09-06)
Expand Down

0 comments on commit 185f462

Please sign in to comment.