From 7ce3c06ea0cd79c112422d14ca40746c208538fa Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Mon, 9 May 2022 14:34:04 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 6 +++++- pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 317083eb..54923ab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## [0.9.0] - 4th Mai 2022 +## [0.9.1] - 9th May 2022 +- feat: Store timestamp in the presence events +- chore: Move auth object passing to external msc implementations + +## [0.9.0] - 4th May 2022 - refactor: Get rid of dynamic input in checkHomeserver (Christian Pauly) - feat: Make image size editable (Henri Carnot) diff --git a/pubspec.yaml b/pubspec.yaml index b9079200..41e855d7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.9.0 +version: 0.9.1 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git