File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 7.1.0] ( https://github.com/auth0/laravel-auth0/tree/7.1.0 ) (2022-08-08)
4
+ [ Full Changelog] ( https://github.com/auth0/laravel-auth0/compare/7.0.1...7.1.0 )
5
+
6
+ ** Changed**
7
+ - [ SDK-3576] Return interfaces instead of concrete classes [ \# 296] ( https://github.com/auth0/laravel-auth0/pull/296 ) ([ evansims] ( https://github.com/evansims ) )
8
+ - change: Use class names for app() calls [ \# 291] ( https://github.com/auth0/laravel-auth0/pull/291 ) ([ evansims] ( https://github.com/evansims ) )
9
+
10
+ ** Fixed**
11
+ - [ SDK-3585] Fix: ` Missing Code ` error on Callback Route for Octane Customers [ \# 297] ( https://github.com/auth0/laravel-auth0/pull/297 ) ([ evansims] ( https://github.com/evansims ) )
12
+
3
13
## [ 7.0.1] ( https://github.com/auth0/laravel-auth0/tree/7.0.1 ) (2022-06-01)
4
14
5
15
[ Full Changelog] ( https://github.com/auth0/laravel-auth0/compare/7.0.0...7.0.1 )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ final class Auth0 implements \Auth0\Laravel\Contract\Auth0
12
12
/**
13
13
* The Laravel-Auth0 SDK version:
14
14
*/
15
- public const VERSION = '7.0.1 ' ;
15
+ public const VERSION = '7.1.0 ' ;
16
16
17
17
/**
18
18
* An instance of the Auth0-PHP SDK.
You can’t perform that action at this time.
0 commit comments