From dc96273b63a633d7cca73f7ecb541b3c55d177a6 Mon Sep 17 00:00:00 2001 From: Kunal Dawar Date: Tue, 3 Sep 2024 13:59:32 +0530 Subject: [PATCH] Release v1.10.0 --- .version | 2 +- CHANGELOG.md | 8 ++++++++ meta.go | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 295e37c0..bf7b70e0 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v1.9.0 +v1.10.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bc3f103..d11be55c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v1.10.0](https://github.com/auth0/go-auth0/tree/v1.10.0) (2024-09-03) +[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.9.0...v1.10.0) + +**Added** +- Add support for new Prompts and Screens for Prompt Partial [\#437](https://github.com/auth0/go-auth0/pull/437) ([developerkunal](https://github.com/developerkunal)) +- Add Organizations for Client Credentials [\#432](https://github.com/auth0/go-auth0/pull/432) ([duedares-rvj](https://github.com/duedares-rvj)) +- Add Support for Control Your Own Key (CYOK) and Bring Your Own Key (BYOK) Features with New `EncryptionKeyManager` [\#435](https://github.com/auth0/go-auth0/pull/435) ([developerkunal](https://github.com/developerkunal)) + ## [v1.9.0](https://github.com/auth0/go-auth0/tree/v1.9.0) (2024-08-16) [Full Changelog](https://github.com/auth0/go-auth0/compare/v1.8.0...v1.9.0) diff --git a/meta.go b/meta.go index 97815406..bbdd5bf9 100644 --- a/meta.go +++ b/meta.go @@ -1,4 +1,4 @@ package auth0 // Version is the package version. -var Version = "1.9.0" +var Version = "1.10.0"