From f54a260bf932d202fed54d9e123a8480ff4cf4cb Mon Sep 17 00:00:00 2001 From: KunalOfficial <35455566+developerkunal@users.noreply.github.com> Date: Thu, 28 Nov 2024 18:14:16 +0530 Subject: [PATCH] Release v1.12.0 (#468) --- .version | 2 +- CHANGELOG.md | 8 ++++++++ meta.go | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 07fb54b5..a5effa30 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v1.11.2 +v1.12.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 571d49d4..78d761ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v1.12.0](https://github.com/auth0/go-auth0/tree/v1.12.0) (2024-11-28) +[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.11.2...v1.12.0) + +**Added** +- Add isPriority parameter to Log Streams [\#467](https://github.com/auth0/go-auth0/pull/467) ([duedares-rvj](https://github.com/duedares-rvj)) +- SSO v2 updates [\#457](https://github.com/auth0/go-auth0/pull/457) ([duedares-rvj](https://github.com/duedares-rvj)) +- Add `DeviceCredentialsManager` to manage device credentials [\#369](https://github.com/auth0/go-auth0/pull/369) ([Zarux](https://github.com/Zarux)) + ## [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) diff --git a/meta.go b/meta.go index 08f22474..65df34da 100644 --- a/meta.go +++ b/meta.go @@ -1,4 +1,4 @@ package auth0 // Version is the package version. -var Version = "1.11.2" +var Version = "1.12.0"