File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 7.4.0] ( https://github.com/auth0/laravel-auth0/tree/7.4.0 ) (2022-12-12)
4
+ [ Full Changelog] ( https://github.com/auth0/laravel-auth0/compare/7.3.0...7.4.0 )
5
+
6
+ ** Added**
7
+ - feat: Add ` Auth0\Laravel\Event\Middleware\... ` event hooks [ \# 340] ( https://github.com/auth0/laravel-auth0/pull/340 ) ([ evansims] ( https://github.com/evansims ) )
8
+ - feat: Add ` Auth0\Laravel\Event\Configuration\Building ` event hook [ \# 339] ( https://github.com/auth0/laravel-auth0/pull/339 ) ([ evansims] ( https://github.com/evansims ) )
9
+
3
10
## [ 7.3.0] ( https://github.com/auth0/laravel-auth0/tree/7.3.0 ) (2022-11-07)
4
11
[ Full Changelog] ( https://github.com/auth0/laravel-auth0/compare/7.2.2...7.3.0 )
5
12
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ final class Auth0 implements \Auth0\Laravel\Contract\Auth0
17
17
/**
18
18
* The Laravel-Auth0 SDK version:.
19
19
*/
20
- public const VERSION = '7.3 .0 ' ;
20
+ public const VERSION = '7.4 .0 ' ;
21
21
22
22
/**
23
23
* An instance of the Auth0-PHP SDK.
You can’t perform that action at this time.
0 commit comments