From 2dd8a74f19bb5be22e531125add5f28780636503 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Tue, 9 Jan 2024 09:25:32 -0600 Subject: [PATCH] Release 8.11.0 (#754) **Added** - feat: Support validating tokens with tenant domain in the case of custom domains [\#753](https://github.com/auth0/auth0-PHP/pull/753) ([ramonschriks](https://github.com/ramonschriks)) --- .version | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.version b/.version index 7f6758ef..db3905bf 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -8.10.0 +8.11.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e153f28..6aa7deda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Added** +- feat: Support validating tokens with tenant domain in the case of custom domains [\#753](https://github.com/auth0/auth0-PHP/pull/753) ([ramonschriks](https://github.com/ramonschriks)) + ## [8.10.0](https://github.com/auth0/auth0-PHP/tree/8.10.0) (2023-12-05) [Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.9.3...8.10.0)