Skip to content

Commit

Permalink
release(v0.3.1): support oauth2 client creds & fix oauth2 pkgs import…
Browse files Browse the repository at this point in the history
… path (#65)
  • Loading branch information
rhamzeh committed Dec 19, 2023
1 parent 7e4ec4e commit 121eae9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.3.1

### [0.3.1](https://github.com/openfga/go-sdk/compare/v0.3.0...v0.3.1) (2023-12-19)

- feat: oauth2 client credentials support (#62), thanks @le-yams
- fix: remove canonical import path from oauth2 packages (#64), thanks @bketelsen

## v0.3.0

### [0.3.0](https://github.com/openfga/go-sdk/compare/v0.2.3...v0.3.0) (2023-12-11)
Expand Down
4 changes: 2 additions & 2 deletions configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import (
)

const (
SdkVersion = "0.3.0"
SdkVersion = "0.3.1"

defaultUserAgent = "openfga-sdk go/0.3.0"
defaultUserAgent = "openfga-sdk go/0.3.1"
)

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

0 comments on commit 121eae9

Please sign in to comment.