Skip to content

Commit 1be7dbb

Browse files
Release 7.20.0
1 parent fe07006 commit 1be7dbb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.19.0
1+
7.20.0

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.20.0](https://github.com/auth0/laravel-auth0/tree/8.18.0) (2025-12-16)
4+
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.19.0...7.20.0)
5+
6+
**Fixed**
7+
8+
- Security fix: Resolve CVE-2025-68129
9+
310
## [7.19.0](https://github.com/auth0/laravel-auth0/tree/7.19.0) (2025-10-01)
411

512
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.18.0...7.19.0)

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.19.0';
25+
public const VERSION = '7.20.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)