diff --git a/.version b/.version index 65b4811d..07fb54b5 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v1.11.1 +v1.11.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ae550f..571d49d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v1.11.2](https://github.com/auth0/go-auth0/tree/v1.11.2) (2024-10-14) +[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.11.1...v1.11.2) + +**Fixed** +- PATCH: Rename `user_id_attribute` to `userid_attribute` in Azure Connection Options [\#454](https://github.com/auth0/go-auth0/pull/454) ([duedares-rvj](https://github.com/duedares-rvj)) + ## [v1.11.1](https://github.com/auth0/go-auth0/tree/v1.11.1) (2024-10-07) [Full Changelog](https://github.com/auth0/go-auth0/compare/v1.11.0...v1.11.1) diff --git a/meta.go b/meta.go index 6ea5c3ee..08f22474 100644 --- a/meta.go +++ b/meta.go @@ -1,4 +1,4 @@ package auth0 // Version is the package version. -var Version = "1.11.1" +var Version = "1.11.2"