diff --git a/.github/ISSUE_TEMPLATE/Bug Report.yml b/.github/ISSUE_TEMPLATE/Bug Report.yml index 437f12fc..3ec46e90 100644 --- a/.github/ISSUE_TEMPLATE/Bug Report.yml +++ b/.github/ISSUE_TEMPLATE/Bug Report.yml @@ -11,8 +11,8 @@ body: label: SDK Version description: What version of our Laravel plugin are you running? (`composer show | grep auth0/login`) options: - - 6.4.1 - - 6.4.0 + - 6.5 + - 6.4 - Other (specify in 'additional context') validations: required: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c211194..95b68395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [6.5.0](https://github.com/auth0/laravel-auth0/tree/6.5.0) (2021-10-15) + +[Full Changelog](https://github.com/auth0/laravel-auth0/compare/6.4.1...6.5.0) + +**Added** + +- Add SDK alias methods for passwordless endpoints [\#228](https://github.com/auth0/laravel-auth0/pull/228) ([evansims](https://github.com/evansims)) + ## [6.4.1](https://github.com/auth0/laravel-auth0/tree/6.4.0) (2021-08-02) [Full Changelog](https://github.com/auth0/laravel-auth0/compare/6.4.0...6.4.1) diff --git a/src/Auth0/Login/LoginServiceProvider.php b/src/Auth0/Login/LoginServiceProvider.php index 65a4a52c..df71b58a 100644 --- a/src/Auth0/Login/LoginServiceProvider.php +++ b/src/Auth0/Login/LoginServiceProvider.php @@ -17,7 +17,7 @@ class LoginServiceProvider extends ServiceProvider { - public const SDK_VERSION = '6.4.1'; + public const SDK_VERSION = '6.5.0'; /** * Bootstrap the application events.