From 4418b95e4642948dbf15f62123f6e6757aeac0e0 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Thu, 17 Mar 2022 16:53:35 +0100 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e53a09b8..87ffb358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.8.13] - 02nd Mar 2022 +- fix: send oldusername in displayname changed event +- fix: Dont encrypt reactions +- refactor: Make MatrixFile final and move all image calculation into isolate +- fix: own profile containing mxid +- chore: Update fluffybox + ## [0.8.12] - 02nd Mar 2022 - fix: Rooms sort order after login - fix: Change password using email authentication diff --git a/pubspec.yaml b/pubspec.yaml index 8caaee5c..7b20cd66 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.8.12 +version: 0.8.13 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git