Skip to content

Commit 875f63c

Browse files
Release 5.4.1 (#210)
**Fixed** - fix: Remove unused ext-json requirement from composer.json [\#209](#209) ([kishore7snehil](https://github.com/kishore7snehil))
1 parent e476575 commit 875f63c

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-
5.4.0
1+
5.4.1

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+
## [5.4.1](https://github.com/auth0/symfony/tree/5.4.1) (2025-09-02)
4+
[Full Changelog](https://github.com/auth0/symfony/compare/5.4.0...5.4.1)
5+
6+
**Fixed**
7+
- fix: Remove unused ext-json requirement from composer.json [\#209](https://github.com/auth0/symfony/pull/209) ([kishore7snehil](https://github.com/kishore7snehil))
8+
39
## [5.4.0](https://github.com/auth0/symfony/tree/5.4.0) (2025-05-16)
410
[Full Changelog](https://github.com/auth0/symfony/compare/5.3.1...5.4.0)
511

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.3.1';
17+
public const VERSION = '5.4.1';
1818

1919
private ?Auth0 $sdk = null;
2020

0 commit comments

Comments
 (0)