Skip to content

Commit

Permalink
release: bump version to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh committed Sep 29, 2022
1 parent be2d193 commit e1d0f2d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.1.0

### [0.1.0](https://github.com/openfga/go-sdk/compare/v0.0.2...v0.1.0) (2022-09-29)

- BREAKING: exported interface `TypeDefinitions` is now `WriteAuthorizationModelRequest`
This is only a breaking change on the SDK, not the API. It was changed to conform to the proto changes in [openfga/api](https://github.com/openfga/api/pull/27).
- chore(deps): upgrade dependencies

## v0.0.3

### [0.0.3](https://github.com/openfga/go-sdk/compare/v0.0.2...v0.0.3) (2022-09-07)
Expand Down
2 changes: 1 addition & 1 deletion configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"github.com/openfga/go-sdk/credentials"
)

var SdkVersion = "0.0.3"
var SdkVersion = "0.1.0"

// RetryParams configures configuration for retry in case of HTTP too many request
type RetryParams struct {
Expand Down

0 comments on commit e1d0f2d

Please sign in to comment.