File tree 3 files changed +9
-2
lines changed 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
- 5.3.0
1
+ 5.3.1
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 5.3.1] ( https://github.com/auth0/symfony/tree/5.3.1 ) (2025-05-13)
4
+ [ Full Changelog] ( https://github.com/auth0/symfony/compare/5.3.0...5.3.1 )
5
+
6
+ ** Fixed**
7
+ - fix : Unit Tests [ \# 200] ( https://github.com/auth0/symfony/pull/200 ) ([ kishore7snehil] ( https://github.com/kishore7snehil ) )
8
+ - Removed Deprecated Rules From PHP CS Fixer [ \# 195] ( https://github.com/auth0/symfony/pull/195 ) ([ kishore7snehil] ( https://github.com/kishore7snehil ) )
9
+
3
10
## [ 5.3.0] ( https://github.com/auth0/symfony/tree/5.3.0 ) (2024-06-24)
4
11
5
12
[ Full Changelog] ( https://github.com/auth0/symfony/compare/5.2.3...5.3.0 )
Original file line number Diff line number Diff line change 14
14
15
15
final class Service implements ServiceInterface
16
16
{
17
- public const VERSION = '5.3.0 ' ;
17
+ public const VERSION = '5.3.1 ' ;
18
18
19
19
private ?Auth0 $ sdk = null ;
20
20
You can’t perform that action at this time.
0 commit comments