From ac4a957f1cce0475f6822fe19e8f88e4fb688506 Mon Sep 17 00:00:00 2001 From: Krille Date: Wed, 31 May 2023 15:21:46 +0200 Subject: [PATCH] builds: Bump version --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36531eee..acd1f767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.20.4] - 31th May 2023 +- fix: Do not store global profiles in room states as members (Krille) + ## [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) diff --git a/pubspec.yaml b/pubspec.yaml index 7bcabc7f..2527a988 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.20.3 +version: 0.20.4 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git