diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a65cac1..8b3bce00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.20.1] - 5th May 2023 +- fix: cast issues in getEventList (td) +- refactor: Make parameters more clear and remove unused methods (Krille) +- fix: Only request users which are valid mxid (Krille) +- fix: Always wait for account data to load before returning SSSS status (Nicolas Werner) +- fix: Reactions are sent encrypted (Krille) +- chore: oneShotSync before staleCallChecker (td) +- fix: updateMuteStatus after kConnected (td) + ## [0.20.0] - 28th April 2023 - refactor: Make optional eventId a named parameter (Krille) diff --git a/pubspec.yaml b/pubspec.yaml index 6c0cfe82..303ea384 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.20.0 +version: 0.20.1 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git