From 21abc9550442a45ee9245b2581d7dd8e60977a18 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Tue, 25 Jan 2022 16:01:42 -0500 Subject: [PATCH] Release 8.0.6 (#594) --- CHANGELOG.md | 10 +++++++++- src/Auth0.php | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3421433f..f0f30b0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG -## [8.0.5](https://github.com/auth0/auth0-PHP/tree/8.0.4) (2022-01-04) +## [8.0.6](https://github.com/auth0/auth0-PHP/tree/8.0.6) (2022-01-25) + +[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.0.4..8.0.5) + +**Fixed** + +- Auth0->renew(): now correctly updates all appropriate session details after a successful token refresh [#593](https://github.com/auth0/auth0-PHP/pull/593) ([evansims](https://github.com/evansims)) + +## [8.0.5](https://github.com/auth0/auth0-PHP/tree/8.0.5) (2022-01-04) [Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.0.4..8.0.5) diff --git a/src/Auth0.php b/src/Auth0.php index e1dea028..6c0ed622 100644 --- a/src/Auth0.php +++ b/src/Auth0.php @@ -22,7 +22,7 @@ */ final class Auth0 implements Auth0Interface { - public const VERSION = '8.0.5'; + public const VERSION = '8.0.6'; /** * Instance of SdkConfiguration, for shared configuration across classes.