From c6230094eb0ae52ff725d585cccfdc3322c297dd Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sun, 19 Sep 2021 15:13:54 +0200 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5356ea8b..5c19e20f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v0.41.0 - 2021-09-14 +This release features a lot of bug fixes and the new multi account feature which also include account bundles. +- feat: Multiple accounts +- feat: New splash screen +- fix: Password reset +- fix: Dark text in cupertinodialogs +- fix: Voice messages on iOS +- fix: Emote settings +- chore: update flutter_matrix_html, Matrix Dart SDK and other libraries +- chore: Update to Flutter 2.5.1 +- chore: Updated translations + ## v0.40.1 - 2021-09-14 Minor bug fixes.