Skip to content

Commit a8cdf1a

Browse files
Release 7.19.0 (#479)
* Release 7.19.0
1 parent e890ab5 commit a8cdf1a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.version

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

CHANGELOG.md

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

3+
## [7.19.0](https://github.com/auth0/laravel-auth0/tree/7.19.0) (2025-10-01)
4+
5+
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.18.0...7.19.0)
6+
7+
**Fixed**
8+
9+
- Security fix: Resolve CVE-2025-58769
10+
311
## [7.18.0](https://github.com/auth0/laravel-auth0/tree/7.18.0) (2025-09-02)
412
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.17.0...7.18.0)
513

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