From 7a5846f0fcd747ce7fe1c712b2c48d7e0a5bdafb Mon Sep 17 00:00:00 2001 From: Joseph Bielawski Date: Mon, 9 Aug 2021 11:54:56 +0200 Subject: [PATCH] Prepare for release 1.4.2 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11705407e..b9d411b46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ Changelog ========= +## 1.4.2 (2021-08-09) +* Bugfix: remove `@final` declaration from `OAuthFactory` & `FOSUBUserProvider`, +* Maintain: added `.gitattributes` to reduce amount of code in archives, + ## 1.4.1 (2021-07-28) * Bugfix: Define missing `hwi_oauth.connect.confirmation` parameter, * Bugfix: Added missing success/failure handlers,