Skip to content

Commit f780bbf

Browse files
Release 5.5.0 (#211)
**Fixed** - Security fix: Resolve CVE-2025-58769
1 parent 655a2f4 commit f780bbf

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-
5.4.1
1+
5.5.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+
## [5.5.0](https://github.com/auth0/symfony/tree/5.4.0) (2025-10-01)
4+
[Full Changelog](https://github.com/auth0/symfony/compare/5.4.1...5.5.0)
5+
6+
**Fixed**
7+
8+
- Security fix: Resolve CVE-2025-58769
9+
310
## [5.4.1](https://github.com/auth0/symfony/tree/5.4.1) (2025-09-02)
411
[Full Changelog](https://github.com/auth0/symfony/compare/5.4.0...5.4.1)
512

src/Service.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
final class Service implements ServiceInterface
1616
{
17-
public const VERSION = '5.4.1';
17+
public const VERSION = '5.5.0';
1818

1919
private ?Auth0 $sdk = null;
2020

0 commit comments

Comments
 (0)