From c76da7fc931cb80429d8707c4e27928086c020fc Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Wed, 10 Jan 2024 21:23:21 -0600 Subject: [PATCH] Release 8.11.1 --- .version | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.version b/.version index db3905bf..2f769729 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -8.11.0 +8.11.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aa7deda..7991fd75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Fixed** +- fix: Resolve erroneous exception throw on tenant domain validation [\#755](https://github.com/auth0/auth0-PHP/pull/755) ([ramonschriks](https://github.com/ramonschriks)) + ## [8.11.0](https://github.com/auth0/auth0-PHP/tree/8.11.0) (2024-01-08) [Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.10.0...8.11.0)