From 6c5bdb5963bdb78fcbb281f6c5e1200bd8271e92 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Mon, 8 Jan 2024 21:41:18 -0600 Subject: [PATCH 1/2] Update .version --- .version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.version b/.version index 26d99a2..c0baecb 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -5.2.1 +5.2.3 From 995269e228d0af03694d4f29aa592592c8727797 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Mon, 8 Jan 2024 21:41:20 -0600 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd94f73..efc76d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)