From c80bf25ee4342fdc08cb3c87151032ab7542f742 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Wed, 25 Aug 2021 11:26:19 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2841622e..98940d23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.3.2] - 20nd Aug 2021 +- feat: cache archived rooms to access them with `getRoomById` +- fix: requestHistory() for archived rooms +- refactor: Change name of archive getter to function + ## [0.3.1] - 20nd Aug 2021 - hotfix: Opt-out null safety for crypto files because of an error in web diff --git a/pubspec.yaml b/pubspec.yaml index f52b1fff..36fbbc7e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.3.1 +version: 0.3.2 homepage: https://famedly.com environment: