From d70324df7c04114513790ec886be261fb9bc5f30 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Thu, 7 Nov 2024 11:39:39 +0530 Subject: [PATCH] Release 8.12.0 (#781) ### Added - Adding client credentials support [\#775](https://github.com/auth0/auth0-PHP/pull/775) ([kishore7snehil](https://github.com/kishore7snehil)) - Adding Support For CYOK [\#779](https://github.com/auth0/auth0-PHP/pull/779) ([kishore7snehil](https://github.com/kishore7snehil)) ### Fixed - fix jobs test fail [\#773](https://github.com/auth0/auth0-PHP/pull/773) ([yasuaki640](https://github.com/ramonschriks)) --- .version | 2 +- CHANGELOG.md | 12 ++++++++++++ src/Auth0.php | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 2f769729..e51b3430 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -8.11.1 +8.12.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7991fd75..945c0449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [8.12.0](https://github.com/auth0/auth0-PHP/tree/8.12.0) (2024-11-05) +[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.11.1...8.12.0) + +**Added** +- feat: Adding client credentials support [\#775](https://github.com/auth0/auth0-PHP/pull/775) ([kishore7snehil](https://github.com/kishore7snehil)) + +- feat: Adding Support For CYOK [\#779](https://github.com/auth0/auth0-PHP/pull/779) ([kishore7snehil](https://github.com/kishore7snehil)) + +**Fixed** + +- fix: fix jobs test fail [\#773](https://github.com/auth0/auth0-PHP/pull/773) ([yasuaki640](https://github.com/ramonschriks)) + ## [8.11.1](https://github.com/auth0/auth0-PHP/tree/8.11.1) (2024-01-10) [Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.11.0...8.11.1) diff --git a/src/Auth0.php b/src/Auth0.php index 82dca7ff..d26e1848 100644 --- a/src/Auth0.php +++ b/src/Auth0.php @@ -21,7 +21,7 @@ final class Auth0 implements Auth0Interface /** * @var string */ - public const VERSION = '8.9.2'; + public const VERSION = '8.12.0'; /** * Authentication Client.