We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0340bd + 000201a commit c9cd9f2Copy full SHA for c9cd9f2
CHANGELOG.md
@@ -1,7 +1,15 @@
1
Changelog
2
=========
3
-## 2.2.0 (202x-xx-xx)
+## 2.2.0 (2024-02-28)
4
* BC Break: Dropped support for PHP 7.4 & 8.0,
5
+* Added: Telegram resource owner,
6
+* Bugfix: Allow `use_authorization_to_get_token` to be configured to `false` for generic OAuth2,
7
+* Bugfix: Update API version for Facebook to latest available
8
+* Bugfix: Replace custom authenticator passport with custom badge usage,
9
+* Bugfix: Fix registration of failure handler,
10
+* Bugfix: Don't miss refresh token in registration controller,
11
+* Bugfix: Allow `null` as `$registrationForm` in `RegisterController`,
12
+* Bugfix: Fix connect functionality with authentication managers,
13
14
## 2.1.0 (2023-11-30)
15
* BC Break: Dropped support for Symfony: `>6.0, <6.3`,
0 commit comments