From 5b5c8ce8f21761b6573f17d08a38a8b20756d77c Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Mon, 20 Nov 2023 11:51:56 -0600 Subject: [PATCH] Release 8.9.1 --- CHANGELOG.md | 6 ++++++ src/Auth0.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 310f705b..ba590d78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Fixed** +- fix(SDK-4716): Resolve thrown exception when enumerating device cookies that include non-string keys/names [\#739](https://github.com/auth0/auth0-PHP/pull/739) ([evansims](https://github.com/evansims)) + ## [8.9.0](https://github.com/auth0/auth0-PHP/tree/8.9.0) (2023-11-13) [Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.8.0...8.9.0) diff --git a/src/Auth0.php b/src/Auth0.php index e582cd90..cc92160c 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.0'; + public const VERSION = '8.9.1'; /** * Authentication Client.