From 4228300aaca3095da2823371860af89f6f3a1190 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Tue, 2 Sep 2025 15:30:32 +0530 Subject: [PATCH] Release 7.18.0 --- .version | 2 +- CHANGELOG.md | 6 ++++++ src/ServiceAbstract.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 6328c54..1b2d969 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -7.17.0 +7.18.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f36593..5a7422e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Added** +- Mixed changes: feature, fixes, and docs from community [\#477](https://github.com/auth0/laravel-auth0/pull/477) ([kishore7snehil](https://github.com/kishore7snehil)) + ## [7.17.0](https://github.com/auth0/laravel-auth0/tree/7.17.0) (2025-05-16) [Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.16.0...7.17.0) diff --git a/src/ServiceAbstract.php b/src/ServiceAbstract.php index 5b7c228..34e3184 100644 --- a/src/ServiceAbstract.php +++ b/src/ServiceAbstract.php @@ -22,7 +22,7 @@ abstract class ServiceAbstract extends InstanceEntityAbstract * * @var string */ - public const VERSION = '7.17.0'; + public const VERSION = '7.18.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.