From 000201ae1193b4dabd9883ace09872ba7c609124 Mon Sep 17 00:00:00 2001 From: Joseph Bielawski Date: Wed, 28 Feb 2024 14:57:22 +0100 Subject: [PATCH] Adjust changelog for release 2.2 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a819e6533..e07e8d60d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ Changelog ========= -## 2.2.0 (202x-xx-xx) +## 2.2.0 (2024-02-28) * BC Break: Dropped support for PHP 7.4 & 8.0, +* Added: Telegram resource owner, +* Bugfix: Allow `use_authorization_to_get_token` to be configured to `false` for generic OAuth2, +* Bugfix: Update API version for Facebook to latest available +* Bugfix: Replace custom authenticator passport with custom badge usage, +* Bugfix: Fix registration of failure handler, +* Bugfix: Don't miss refresh token in registration controller, +* Bugfix: Allow `null` as `$registrationForm` in `RegisterController`, +* Bugfix: Fix connect functionality with authentication managers, ## 2.1.0 (2023-11-30) * BC Break: Dropped support for Symfony: `>6.0, <6.3`,