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