diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f30b0e..c2e03a13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # CHANGELOG +## [8.1.0](https://github.com/auth0/auth0-PHP/tree/8.1.0) (2022-02-17) + +[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.0.6..8.1.0) + +**Added** + +- Add Attack Protection endpoints [#593](https://github.com/auth0/auth0-PHP/pull/597) ([evansims](https://github.com/evansims)) + ## [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) +[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.0.5..8.0.6) **Fixed** diff --git a/src/Auth0.php b/src/Auth0.php index 6c0ed622..1acfcdb9 100644 --- a/src/Auth0.php +++ b/src/Auth0.php @@ -22,7 +22,7 @@ */ final class Auth0 implements Auth0Interface { - public const VERSION = '8.0.6'; + public const VERSION = '8.1.0'; /** * Instance of SdkConfiguration, for shared configuration across classes.