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