From df4f32e433c1870b2ef84a98be1f76b190004af2 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Tue, 13 May 2025 12:28:16 +0530 Subject: [PATCH 1/2] Release 7.17.0 --- .version | 2 +- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 971ecb2..6328c54 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -7.16.0 +7.17.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index e7d5d12..d4e29e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [7.17.0](https://github.com/auth0/laravel-auth0/tree/7.17.0) (2025-05-13) + +[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.15.0...7.16.0) + +**Changed** + +- refactor: Bumped `auth0/auth0-php` dependancy version + ## [7.16.0](https://github.com/auth0/laravel-auth0/tree/7.16.0) (2025-04-06) [Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.15.0...7.16.0) diff --git a/composer.json b/composer.json index 5b30ff0..d6d2e2b 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "require": { "php": "^8.2", "ext-json": "*", - "auth0/auth0-php": "^8.10", + "auth0/auth0-php": "^8.14", "illuminate/contracts": "^11 || ^12", "illuminate/http": "^11 || ^12", "illuminate/support": "^11 || ^12", From 0565a1d30fd67c8442976a36050b2abf1d45a074 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Tue, 13 May 2025 12:37:39 +0530 Subject: [PATCH 2/2] Adding the documentation changes --- .version | 2 +- CHANGELOG.md | 8 ++++---- composer.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.version b/.version index 6328c54..0973ae3 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -7.17.0 +7.16.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index d4e29e5..cd67d8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Change Log -## [7.17.0](https://github.com/auth0/laravel-auth0/tree/7.17.0) (2025-05-13) +## [7.16.1](https://github.com/auth0/laravel-auth0/tree/7.16.1) (2025-05-13) -[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.15.0...7.16.0) +[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.16.0...7.16.1) -**Changed** +**Documentation** -- refactor: Bumped `auth0/auth0-php` dependancy version +- Remove extra `` so formatting would come through appropriately. ([nickescobedo](https://github.com/nickescobedo)) ## [7.16.0](https://github.com/auth0/laravel-auth0/tree/7.16.0) (2025-04-06) diff --git a/composer.json b/composer.json index d6d2e2b..5b30ff0 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "require": { "php": "^8.2", "ext-json": "*", - "auth0/auth0-php": "^8.14", + "auth0/auth0-php": "^8.10", "illuminate/contracts": "^11 || ^12", "illuminate/http": "^11 || ^12", "illuminate/support": "^11 || ^12",