Skip to content

Commit

Permalink
Release 7.2.0 (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims authored Oct 11, 2022
1 parent e0b0dee commit 73db3a1
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.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)

**Changed**
- [SDK-3669] Add StoreInterface bridge for Laravel Sessions [\#307](https://github.com/auth0/laravel-auth0/pull/307) ([evansims](https://github.com/evansims))
- Added viaRemember function to guard [\#306](https://github.com/auth0/laravel-auth0/pull/306) ([tonyfox-disguise](https://github.com/tonyfox-disguise))

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

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

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

0 comments on commit 73db3a1

Please sign in to comment.