From 471ef3e689c71e07f3215b0d9d43b8745113888b Mon Sep 17 00:00:00 2001 From: Reza Date: Wed, 17 May 2023 12:45:24 +0200 Subject: [PATCH] chore: bump version to 0.20.2 --- CHANGELOG.md | 12 ++++++++++++ pubspec.yaml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b3bce00..1900c69a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## [0.20.2] - 17th May 2023 + +- builds: Update to flutter container 3.7.12 (Krille) +- chore: add missing awaits to to_device call events listener (td) +- chore: add missing awaits to to_device call events listener (td) +- chore: calculate unlocalized body (Reza) +- fix: mark DMs as DMs properly when joining (Nicolas Werner) +- fix: remove deprecated sender_key occurrences (Malin Errenst) +- refactor: Check correct if null (Krille) +- refactor: Remove unused parameters (Krille) + ## [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) diff --git a/pubspec.yaml b/pubspec.yaml index 303ea384..9769cfdd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.20.1 +version: 0.20.2 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git