Skip to content

Commit 09b32ad

Browse files
author
Evan Sims
authored
Release 7.2.1 (#318)
1 parent e5beee5 commit 09b32ad

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [7.2.1](https://github.com/auth0/laravel-auth0/tree/7.2.1) (2022-10-13)
4+
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.2.0...7.2.1)
5+
6+
**Fixed**
7+
- `Auth0\Laravel\Auth0` no longer requires a session configuration for stateless strategies, restoring previous behavior. [\#317](https://github.com/auth0/laravel-auth0/pull/317) ([evansims](https://github.com/evansims))
8+
- The SDK now requires `^3.0` of the `psr/cache` dependency, to accomodate breaking changes made in the upstream interface (typed parameters and return types) for PHP 8.0+. [\#316](https://github.com/auth0/laravel-auth0/pull/316) ([evansims](https://github.com/evansims))
9+
310
## [7.2.0](https://github.com/auth0/laravel-auth0/tree/7.2.0) (2022-10-10)
411
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.1.0...7.2.0)
512

src/Auth0.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class Auth0 implements \Auth0\Laravel\Contract\Auth0
1717
/**
1818
* The Laravel-Auth0 SDK version:.
1919
*/
20-
public const VERSION = '7.2.0';
20+
public const VERSION = '7.2.1';
2121

2222
/**
2323
* An instance of the Auth0-PHP SDK.

0 commit comments

Comments
 (0)