Skip to content

Commit d5ddb10

Browse files
author
Evan Sims
authored
Release 7.2.2 (#324)
1 parent ea45bfe commit d5ddb10

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.2](https://github.com/auth0/laravel-auth0/tree/7.2.2) (2022-10-19)
4+
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.2.1...7.2.2)
5+
6+
**Fixed**
7+
- [SDK-3720] Restore `php artisan vendor:publish` command [\#321](https://github.com/auth0/laravel-auth0/pull/321) ([evansims](https://github.com/evansims))
8+
- [SDK-3721] Bump minimum `auth0/auth0-php` version to `^8.3.4` [\#322](https://github.com/auth0/laravel-auth0/pull/322) ([evansims](https://github.com/evansims))
9+
310
## [7.2.1](https://github.com/auth0/laravel-auth0/tree/7.2.1) (2022-10-13)
411
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.2.0...7.2.1)
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.1';
20+
public const VERSION = '7.2.2';
2121

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

0 commit comments

Comments
 (0)