diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e511a23..444fa91a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [8.3.3](https://github.com/auth0/auth0-PHP/tree/8.3.3) (2022-10-19) +[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.3.2...8.3.3) + +**Fixed** +- Configuration validator improvements [\#657](https://github.com/auth0/auth0-PHP/pull/657) ([evansims](https://github.com/evansims)) + ## [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) diff --git a/src/Auth0.php b/src/Auth0.php index 76f5739a..f148d520 100644 --- a/src/Auth0.php +++ b/src/Auth0.php @@ -22,7 +22,7 @@ */ final class Auth0 implements Auth0Interface { - public const VERSION = '8.3.2'; + public const VERSION = '8.3.3'; /** * Instance of SdkConfiguration, for shared configuration across classes.