Skip to content

Commit a214412

Browse files
Release 7.17.0 (#474)
1 parent be2c59a commit a214412

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.16.0
1+
7.17.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.17.0](https://github.com/auth0/laravel-auth0/tree/7.17.0) (2025-05-16)
4+
5+
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.16.0...7.17.0)
6+
7+
**Fixed**
8+
9+
- Security fix: Resolve CVE-2025-47275
10+
311
## [7.16.0](https://github.com/auth0/laravel-auth0/tree/7.16.0) (2025-04-06)
412

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