From 18ca3932990ad0b123d232bc8c1ca9f29183b1c3 Mon Sep 17 00:00:00 2001 From: Malin Errenst Date: Fri, 28 Apr 2023 11:44:11 +0200 Subject: [PATCH] chore: Version bump --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ade6b021..4a65cac1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.20.0] - 28th April 2023 + +- refactor: Make optional eventId a named parameter (Krille) +- fix: Check the max server file size after shrinking not before (Krille) +- fix: casting of a List to List in getEventList and getEventIdList (td) +- fix: Skip rules with unknown conditions (Nicolas Werner) +- fix: allow passing a WrappedMediaStream to GroupCall.enter() to use as the local user media stream (td) + ## [0.19.0] - 21st April 2023 This includes some breaking changes to read receipts. You won't be able to diff --git a/pubspec.yaml b/pubspec.yaml index 5b098add..6c0cfe82 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.19.0 +version: 0.20.0 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git