Skip to content

Commit 65ce48b

Browse files
authored
Release 7.1.0 (#298)
1 parent 1a4b3ee commit 65ce48b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

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+
313
## [7.0.1](https://github.com/auth0/laravel-auth0/tree/7.0.1) (2022-06-01)
414

515
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.0.0...7.0.1)

src/Auth0.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ final class Auth0 implements \Auth0\Laravel\Contract\Auth0
1212
/**
1313
* The Laravel-Auth0 SDK version:
1414
*/
15-
public const VERSION = '7.0.1';
15+
public const VERSION = '7.1.0';
1616

1717
/**
1818
* An instance of the Auth0-PHP SDK.

0 commit comments

Comments
 (0)