Skip to content

Commit

Permalink
Release 5.2.3 (#181)
Browse files Browse the repository at this point in the history
**Fixed**
- Syntax typo in AuthenticationController::__construct()
[\#180](#180)
([mkilmanas](https://github.com/mkilmanas))
- Controller container property assignment
[\#179](#179)
([mkilmanas](https://github.com/mkilmanas))
  • Loading branch information
evansims committed Jan 9, 2024
1 parent cb551b3 commit 0af5b54
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2.1
5.2.3
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [5.2.3](https://github.com/auth0/symfony/tree/5.2.3) (2024-01-08)
[Full Changelog](https://github.com/auth0/symfony/compare/5.2.2...5.2.3)

**Fixed**
- Syntax typo in AuthenticationController::__construct() [\#180](https://github.com/auth0/symfony/pull/180) ([mkilmanas](https://github.com/mkilmanas))
- Controller container property assignment [\#179](https://github.com/auth0/symfony/pull/179) ([mkilmanas](https://github.com/mkilmanas))

## [5.2.2](https://github.com/auth0/symfony/tree/5.2.2) (2023-12-19)
[Full Changelog](https://github.com/auth0/symfony/compare/5.2.1...5.2.2)

**Fixed**
- Disallow installation with Symfony 7.0 until fully compatible

## [5.2.1](https://github.com/auth0/symfony/tree/5.2.1) (2023-12-16)
[Full Changelog](https://github.com/auth0/symfony/compare/5.2.0...5.2.1)

Expand Down

0 comments on commit 0af5b54

Please sign in to comment.