From 8f2ccf02198a27c61451812083aa559ad2f404f7 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Tue, 2 Sep 2025 15:58:01 +0530 Subject: [PATCH 1/2] Release 7.19.0 --- .version | 2 +- CHANGELOG.md | 8 ++++++++ src/ServiceAbstract.php | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 1b2d969..3821090 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -7.18.0 +7.19.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a7422e..1741e77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [7.19.0](https://github.com/auth0/laravel-auth0/tree/7.19.0) (2025-09-03) + +[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.18.0...7.19.0) + +**Fixed** + +- Security fix: Resolve + ## [7.18.0](https://github.com/auth0/laravel-auth0/tree/7.18.0) (2025-09-02) [Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.17.0...7.18.0) diff --git a/src/ServiceAbstract.php b/src/ServiceAbstract.php index 34e3184..3c46e4e 100644 --- a/src/ServiceAbstract.php +++ b/src/ServiceAbstract.php @@ -22,7 +22,7 @@ abstract class ServiceAbstract extends InstanceEntityAbstract * * @var string */ - public const VERSION = '7.18.0'; + public const VERSION = '7.19.0'; /** * 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. From 23c4a1053511c3cc31fe5bc812d65596fe90ec1f Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Wed, 1 Oct 2025 16:56:07 +0530 Subject: [PATCH 2/2] Release 7.19.0 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1741e77..c11b797 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Change Log -## [7.19.0](https://github.com/auth0/laravel-auth0/tree/7.19.0) (2025-09-03) +## [7.19.0](https://github.com/auth0/laravel-auth0/tree/7.19.0) (2025-10-01) [Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.18.0...7.19.0) **Fixed** -- Security fix: Resolve +- Security fix: Resolve CVE-2025-58769 ## [7.18.0](https://github.com/auth0/laravel-auth0/tree/7.18.0) (2025-09-02) [Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.17.0...7.18.0)