From 2433a6d60a9f3b25b7d29d8438e18816dd83cda6 Mon Sep 17 00:00:00 2001 From: Robin Chalas Date: Wed, 28 Jul 2021 19:04:18 +0200 Subject: [PATCH] Update CHANGELOG for v2.12.4 --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39751359..598d8a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ CHANGELOG ========= -For a diff between two versions https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v1.0.0...v2.12.3 +For a diff between two versions https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v1.0.0...v2.12.4 -## [2.12.3](https://github.com/lexik/LexikJWTAuthenticationBundle/tree/v2.12.2) (2021-07-7) +## [2.12.4](https://github.com/lexik/LexikJWTAuthenticationBundle/tree/v2.12.4) (2021-07-28) + +* bug [\#895](https://github.com/lexik/LexikJWTAuthenticationBundle/pull/895) Fix unexpected deprecation about Guard ([chalasr](https://github.com/chalasr)) + +## [2.12.3](https://github.com/lexik/LexikJWTAuthenticationBundle/tree/v2.12.3) (2021-07-7) * bug [\#887](https://github.com/lexik/LexikJWTAuthenticationBundle/pull/887) JWTAuthenticator logic fix ([ergnuor](https://github.com/ergnuor))