Skip to content

Commit 03579f7

Browse files
Release 8.14.0 (#790)
**Fixed** - Security fix: Resolve CVE-2025-47275
1 parent 52a7948 commit 03579f7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.13.0
1+
8.14.0

CHANGELOG.md

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

3+
## [8.14.0](https://github.com/auth0/auth0-PHP/tree/8.14.0) (2025-05-16)
4+
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.13.0...8.14.0)
5+
6+
**Fixed**
7+
8+
- Security fix: Resolve CVE-2025-47275
9+
310
## [8.13.0](https://github.com/auth0/auth0-PHP/tree/8.13.0) (2024-11-15)
411
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.12.0...8.13.0)
512

src/Auth0.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class Auth0 implements Auth0Interface
2121
/**
2222
* @var string
2323
*/
24-
public const VERSION = '8.13.0';
24+
public const VERSION = '8.14.0';
2525

2626
/**
2727
* Authentication Client.

0 commit comments

Comments
 (0)