From ec367e9bc15e8eff0fb72e5fd4455bb6e1f77d16 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Mon, 7 Feb 2022 15:16:23 +0100 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67df0318..9c198d28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.8.3] - 07nd Feb 2022 +- fix: Remove onHistoryReceived which was broken anyway +- fix: Remove aggregation event doesnt trigger onChange + ## [0.8.2] - 04nd Feb 2022 - fix: Add redaction events to timeline - fix: Resize image with compute by using const class arguments diff --git a/pubspec.yaml b/pubspec.yaml index 557b6496..776cbca7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.8.2 +version: 0.8.3 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git