From c0720c2abb8af15449e7cca4b89a302369553c11 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Thu, 30 Nov 2023 10:18:01 -0500 Subject: [PATCH] Release 8.9.3 (#746) **Fixed** - fix: Remove redundant token verification step [\#742](https://github.com/auth0/auth0-PHP/pull/742) ([evansims](https://github.com/evansims)) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9249775d..009b7e6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [8.9.3](https://github.com/auth0/auth0-PHP/tree/8.9.3) (2023-11-30) +[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.9.1...8.9.3) + +**Fixed** +- fix: Remove redundant token verification step [\#742](https://github.com/auth0/auth0-PHP/pull/742) ([evansims](https://github.com/evansims)) + ## [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)