diff --git a/CHANGELOG.md b/CHANGELOG.md index ce26fa8..e172277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v5.13.0 +* `management.ConnectionOptionsOIDC`: Add `SetUserAttributes` to OIDC Strategy + ## v5.12.0 * `management.Connection`: Change Metadata property to be string map ([#160](https://github.com/go-auth0/auth0/pull/160)) * `management.Connection`: Add Auth0 managed `ProvisioningTicketUrl to root connection object ([#201](https://github.com/go-auth0/auth0/pull/201)) @@ -118,4 +121,4 @@ ## v4.0.0 -* **Breaking Change:** `Connection.Options` is now an `interface{}` accepting different types depending on the strategy. \ No newline at end of file +* **Breaking Change:** `Connection.Options` is now an `interface{}` accepting different types depending on the strategy.