From 7eec464f81fb4b1e212d07bb410d51d408d76efe Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Wed, 29 Nov 2023 10:56:44 -0500 Subject: [PATCH] Release 8.9.2 (#744) **Fixed** - fix: Remove redundant token verification step [\#742](https://github.com/auth0/auth0-PHP/pull/742) ([evansims](https://github.com/evansims)) --- CHANGELOG.md | 6 ++++++ src/Auth0.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba590d78..9179cb93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [8.9.2](https://github.com/auth0/auth0-PHP/tree/8.9.2) (2023-11-29) +[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.9.1...8.9.2) + +**Fixed** +- fix: Remove redundant token verification step [\#742](https://github.com/auth0/auth0-PHP/pull/742) ([evansims](https://github.com/evansims)) + ## [8.9.1](https://github.com/auth0/auth0-PHP/tree/8.9.1) (2023-11-20) [Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.9.0...8.9.1) diff --git a/src/Auth0.php b/src/Auth0.php index cc92160c..cd00deff 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.1'; + public const VERSION = '8.9.2'; /** * Authentication Client.