From e35111cc43520f2c3138f14acc54f397ca28a507 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Tue, 18 Oct 2022 20:34:35 -0500 Subject: [PATCH] Release 8.3.2 (#655) --- CHANGELOG.md | 6 ++++++ src/Auth0.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7ad0771..3e511a23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [8.3.2](https://github.com/auth0/auth0-PHP/tree/8.3.2) (2022-10-18) +[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.3.1...8.3.2) + +**Fixed** +- [SDK-3719] Fix PHP 8.0+ SdkConfiguration named arguments usage [\#654](https://github.com/auth0/auth0-PHP/pull/654) ([evansims](https://github.com/evansims)) + ## [8.3.1](https://github.com/auth0/auth0-PHP/tree/8.3.1) (2022-09-24) [Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.3.0...8.3.1) diff --git a/src/Auth0.php b/src/Auth0.php index 02b4ed07..76f5739a 100644 --- a/src/Auth0.php +++ b/src/Auth0.php @@ -22,7 +22,7 @@ */ final class Auth0 implements Auth0Interface { - public const VERSION = '8.3.1'; + public const VERSION = '8.3.2'; /** * Instance of SdkConfiguration, for shared configuration across classes.