From 4475344f50ca156c7d8aba59a432195278810440 Mon Sep 17 00:00:00 2001 From: Krille Date: Tue, 30 May 2023 13:54:25 +0200 Subject: [PATCH] builds: Bump version --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1900c69a..36531eee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.20.3] - 30th May 2023 +- feat: Display performance warning when requesting more than 100 participants (Krille) +- fix: Also update last event on redaction in store (Krille) +- refactor: Let bootstrap throw custom Exception InvalidPassphraseException so it is easier to catch (Krille) + ## [0.20.2] - 17th May 2023 - builds: Update to flutter container 3.7.12 (Krille) diff --git a/pubspec.yaml b/pubspec.yaml index 9769cfdd..7bcabc7f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.20.2 +version: 0.20.3 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git