From 71555005944b04066b02f2dcff59871b5066fefd Mon Sep 17 00:00:00 2001 From: td Date: Thu, 26 Aug 2021 14:03:21 +0000 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 98940d23..9684d3d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.3.3] - 20nd Aug 2021 +- fix: room.lastEvent order now respects edits +- feat: use m.new_content in lastEvent (so no more * fallback) + ## [0.3.2] - 20nd Aug 2021 - feat: cache archived rooms to access them with `getRoomById` - fix: requestHistory() for archived rooms diff --git a/pubspec.yaml b/pubspec.yaml index 36fbbc7e..0c5e83d8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.3.2 +version: 0.3.3 homepage: https://famedly.com environment: