Skip to content

Commit 09cc9ac

Browse files
Release 7.18.0 (#478)
1 parent b8b8c7d commit 09cc9ac

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.version

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

CHANGELOG.md

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

3+
## [7.18.0](https://github.com/auth0/laravel-auth0/tree/7.18.0) (2025-09-02)
4+
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.17.0...7.18.0)
5+
6+
**Added**
7+
- Mixed changes: feature, fixes, and docs from community [\#477](https://github.com/auth0/laravel-auth0/pull/477) ([kishore7snehil](https://github.com/kishore7snehil))
8+
39
## [7.17.0](https://github.com/auth0/laravel-auth0/tree/7.17.0) (2025-05-16)
410

511
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.16.0...7.17.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.17.0';
25+
public const VERSION = '7.18.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)