From e6ba5a4f57a15eacac483aff986c3a0c43eca071 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Tue, 10 May 2022 14:48:27 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54923ab4..d553a1ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.9.2] - 10th May 2022 +- chore: Make path configurable in uiaLogin + ## [0.9.1] - 9th May 2022 - feat: Store timestamp in the presence events - chore: Move auth object passing to external msc implementations diff --git a/pubspec.yaml b/pubspec.yaml index 41e855d7..285e2725 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.9.1 +version: 0.9.2 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git