From 4bb6c60ac8abdaf58fc5014470f544987ca64a17 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Tue, 5 Dec 2023 16:58:44 -0500 Subject: [PATCH] Release 8.10.0 (#749) **Added** - feat(SDK-4731): Implement support for Back-Channel Logout [\#747](https://github.com/auth0/auth0-PHP/pull/747) ([evansims](https://github.com/evansims)) **Changed** - PHP 8.1 is now the minimum supported runtime [\#748](https://github.com/auth0/auth0-PHP/pull/748) ([evansims](https://github.com/evansims)) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 009b7e6d..5e153f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [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) + +**Added** +- feat(SDK-4731): Implement support for Back-Channel Logout [\#747](https://github.com/auth0/auth0-PHP/pull/747) ([evansims](https://github.com/evansims)) + +**Changed** +- PHP 8.1 is now the minimum supported runtime [\#748](https://github.com/auth0/auth0-PHP/pull/748) ([evansims](https://github.com/evansims)) + ## [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)