diff --git a/.version b/.version index cd74ac3b..65b4811d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v1.11.0 +v1.11.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index a0561804..77ae550f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Added** +- Add missing support for `Custom` email provider in EmailProviderManager [\#452](https://github.com/auth0/go-auth0/pull/452) ([duedares-rvj](https://github.com/duedares-rvj)) + ## [v1.11.0](https://github.com/auth0/go-auth0/tree/v1.11.0) (2024-09-27) [Full Changelog](https://github.com/auth0/go-auth0/compare/v1.10.0...v1.11.0) diff --git a/meta.go b/meta.go index 5dbb1cfc..6ea5c3ee 100644 --- a/meta.go +++ b/meta.go @@ -1,4 +1,4 @@ package auth0 // Version is the package version. -var Version = "1.11.0" +var Version = "1.11.1"