From ebd4ff3544da2033e1e4a9dc445aca563fa2a9dc Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sun, 3 Apr 2022 08:24:47 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9842c77b..aff524a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.8.16] - 3th Apr 2022 +- fix: Missing type check in power level calculation +- fix: Post load all users on room opening +- fix: Better fallback message for member events without any change +- fix: Store sending files in database and fix retrying to send them + ## [0.8.15] - 30th Mar 2022 - feat: Pass through a custom image resize function to the client - feat: Display dummy event in timeline for sending files diff --git a/pubspec.yaml b/pubspec.yaml index 2411de35..6a627003 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.8.15 +version: 0.8.16 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git