diff --git a/CHANGELOG.md b/CHANGELOG.md index fb85ec99..8af331f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.9.7] - 23rd May 2022 +- ci: use flutter images to install less (Nicolas Werner) +- feat: implement session export (Lanna Michalke) +- feat: support HiveCollections as Database provider (Lanna Michalke) +- fix: buggy e2e test (Lanna Michalke) +- fix: delete reaction (Reza) +- refactor: Migrate to Matrix Api Lite 1.0.0 (Krille Fear) + ## [0.9.6] - 16th May 2022 - fix: Ignore invalid entries in `io.element.recent_emoji` diff --git a/pubspec.yaml b/pubspec.yaml index 55b1e6e9..31ba8df5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.9.6 +version: 0.9.7 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git