Skip to content

Commit a2899f2

Browse files
Release 5.3.1 (#201)
**Fixed** - fix : Unit Tests [\#200](#200) ([kishore7snehil](https://github.com/kishore7snehil)) - Removed Deprecated Rules From PHP CS Fixer [\#195](#195) ([kishore7snehil](https://github.com/kishore7snehil))
1 parent 4025fa5 commit a2899f2

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.3.0
1+
5.3.1

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.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+
310
## [5.3.0](https://github.com/auth0/symfony/tree/5.3.0) (2024-06-24)
411

512
[Full Changelog](https://github.com/auth0/symfony/compare/5.2.3...5.3.0)

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

1919
private ?Auth0 $sdk = null;
2020

0 commit comments

Comments
 (0)