We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655a2f4 commit f780bbfCopy full SHA for f780bbf
.version
@@ -1 +1 @@
1
-5.4.1
+5.5.0
CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
2
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
10
## [5.4.1](https://github.com/auth0/symfony/tree/5.4.1) (2025-09-02)
11
[Full Changelog](https://github.com/auth0/symfony/compare/5.4.0...5.4.1)
12
src/Service.php
@@ -14,7 +14,7 @@
14
15
final class Service implements ServiceInterface
16
{
17
- public const VERSION = '5.4.1';
+ public const VERSION = '5.5.0';
18
19
private ?Auth0 $sdk = null;
20
0 commit comments