From ac45d81b2ca903695e5c4f25c7b245b6207693d6 Mon Sep 17 00:00:00 2001 From: KunalOfficial <35455566+developerkunal@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:54:30 +0530 Subject: [PATCH] Release v1.11.1 (#453) --- .version | 2 +- CHANGELOG.md | 6 ++++++ meta.go | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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"