Skip to content

Commit

Permalink
Release 7.2.1 (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims authored Oct 14, 2022
1 parent e5beee5 commit 09b32ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [7.2.1](https://github.com/auth0/laravel-auth0/tree/7.2.1) (2022-10-13)
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.2.0...7.2.1)

**Fixed**
- `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))
- 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))

## [7.2.0](https://github.com/auth0/laravel-auth0/tree/7.2.0) (2022-10-10)
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.1.0...7.2.0)

Expand Down
2 changes: 1 addition & 1 deletion src/Auth0.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ final class Auth0 implements \Auth0\Laravel\Contract\Auth0
/**
* The Laravel-Auth0 SDK version:.
*/
public const VERSION = '7.2.0';
public const VERSION = '7.2.1';

/**
* An instance of the Auth0-PHP SDK.
Expand Down

0 comments on commit 09b32ad

Please sign in to comment.