Skip to content

Commit 7020d5f

Browse files
author
Evan Sims
authored
Release 7.4.0 (#341)
1 parent 376a3f6 commit 7020d5f

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.4.0](https://github.com/auth0/laravel-auth0/tree/7.4.0) (2022-12-12)
4+
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.3.0...7.4.0)
5+
6+
**Added**
7+
- feat: Add `Auth0\Laravel\Event\Middleware\...` event hooks [\#340](https://github.com/auth0/laravel-auth0/pull/340) ([evansims](https://github.com/evansims))
8+
- feat: Add `Auth0\Laravel\Event\Configuration\Building` event hook [\#339](https://github.com/auth0/laravel-auth0/pull/339) ([evansims](https://github.com/evansims))
9+
310
## [7.3.0](https://github.com/auth0/laravel-auth0/tree/7.3.0) (2022-11-07)
411
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.2.2...7.3.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.3.0';
20+
public const VERSION = '7.4.0';
2121

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

0 commit comments

Comments
 (0)