From d6de35dd3cbc9ff27073c285a204d1f708e1a255 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Mon, 2 Aug 2021 16:23:42 -0400 Subject: [PATCH 1/4] chore: Bump SDK_VERSION const --- src/Auth0/Login/LoginServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Auth0/Login/LoginServiceProvider.php b/src/Auth0/Login/LoginServiceProvider.php index a2e434d8..65a4a52c 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.0'; + public const SDK_VERSION = '6.4.1'; /** * Bootstrap the application events. From ccf0fdeb08ac70752197a38d493f74f6205802a8 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Mon, 2 Aug 2021 16:23:47 -0400 Subject: [PATCH 2/4] docs: Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b014525..d20e0ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [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) + +**Changed** + +- Update Auth0-SDK dependency [\#222](https://github.com/auth0/laravel-auth0/pull/222) ([evansims](https://github.com/evansims)) + ## [6.4.0](https://github.com/auth0/laravel-auth0/tree/6.4.0) (2021-03-25) [Full Changelog](https://github.com/auth0/laravel-auth0/compare/6.3.0...6.4.0) From 883d6dedd620b0288aea0a295b7782eacdfade27 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Mon, 2 Aug 2021 16:27:43 -0400 Subject: [PATCH 3/4] docs: Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d20e0ebc..0eae3cc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ **Changed** -- Update Auth0-SDK dependency [\#222](https://github.com/auth0/laravel-auth0/pull/222) ([evansims](https://github.com/evansims)) +- Remove facade aliases [\#215](https://github.com/auth0/laravel-auth0/pull/215) ([Rezouce](https://github.com/Rezouce)) +- Update auth0-PHP dependency [\#222](https://github.com/auth0/laravel-auth0/pull/222) ([evansims](https://github.com/evansims)) ## [6.4.0](https://github.com/auth0/laravel-auth0/tree/6.4.0) (2021-03-25) From e41654f52ec12d084affabc73415f865f2d6c180 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Mon, 2 Aug 2021 16:32:55 -0400 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eae3cc2..2c211194 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ [Full Changelog](https://github.com/auth0/laravel-auth0/compare/6.4.0...6.4.1) -**Changed** +**Fixed** -- Remove facade aliases [\#215](https://github.com/auth0/laravel-auth0/pull/215) ([Rezouce](https://github.com/Rezouce)) +- Use the fully qualified facade class names [\#215](https://github.com/auth0/laravel-auth0/pull/215) ([Rezouce](https://github.com/Rezouce)) - Update auth0-PHP dependency [\#222](https://github.com/auth0/laravel-auth0/pull/222) ([evansims](https://github.com/evansims)) +- Pass api_identifier config as audience to Auth0\SDK\Auth0 [\#214](https://github.com/auth0/laravel-auth0/pull/214) ([iSerter](https://github.com/iSerter)) ## [6.4.0](https://github.com/auth0/laravel-auth0/tree/6.4.0) (2021-03-25)