Skip to content

Commit ddfaa0d

Browse files
Release 7.22.0 (#493)
1 parent 1fee999 commit ddfaa0d

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.21.0
1+
7.22.0

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## [7.22.0](https://github.com/auth0/laravel-auth0/tree/7.22.0) (2026-04-08)
4+
5+
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.21.0...7.22.0)
6+
7+
**Added**
8+
9+
- Laravel 13 support [\#491](https://github.com/auth0/laravel-auth0/pull/491) ([cosmastech](https://github.com/cosmastech))
10+
11+
**Fixed**
12+
13+
- Add missing hashPasswordForCookie to AuthenticationGuard [\#492](https://github.com/auth0/laravel-auth0/pull/492) ([steffjenl](https://github.com/steffjenl))
14+
15+
**Changed**
16+
17+
- Add PHP 8.4 to CI test matrix, cap Psalm <6.5, disable static_lambda CS rule for PHP 8.5+ compat [\#491](https://github.com/auth0/laravel-auth0/pull/491) ([kishore7snehil](https://github.com/kishore7snehil))
18+
319
## [7.21.0](https://github.com/auth0/laravel-auth0/tree/7.21.0) (2026-04-01)
420
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.20.0...7.21.0)
521

src/ServiceAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ abstract class ServiceAbstract extends InstanceEntityAbstract
2222
*
2323
* @var string
2424
*/
25-
public const VERSION = '7.21.0';
25+
public const VERSION = '7.22.0';
2626

2727
/**
2828
* Decode a PSR-7 HTTP Response Message containing a JSON content body to a PHP array. Returns null if the response was not successful, or the response body was not JSON.

0 commit comments

Comments
 (0)