Skip to content

Commit 69c0d60

Browse files
author
Evan Sims
authored
Release 7.3.0 (#333)
1 parent 2531eed commit 69c0d60

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.3.0](https://github.com/auth0/laravel-auth0/tree/7.3.0) (2022-11-07)
4+
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.2.2...7.3.0)
5+
6+
**Added**
7+
- add: Raise additional Laravel Auth Events [\#331](https://github.com/auth0/laravel-auth0/pull/331) ([evansims](https://github.com/evansims))
8+
9+
**Fixed**
10+
- fix: `env()` incorrectly assigns `cookieExpires` to a `string` value [\#332](https://github.com/auth0/laravel-auth0/pull/332) ([evansims](https://github.com/evansims))
11+
- fix: Auth0\Laravel\Cache\LaravelCachePool::createItem returning a cache miss [\#329](https://github.com/auth0/laravel-auth0/pull/329) ([pkivits-litebit](https://github.com/pkivits-litebit))
12+
313
## [7.2.2](https://github.com/auth0/laravel-auth0/tree/7.2.2) (2022-10-19)
414
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.2.1...7.2.2)
515

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.2';
20+
public const VERSION = '7.3.0';
2121

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

0 commit comments

Comments
 (0)