From 2b1467f96283e8cca42867f99845841d679f4145 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Wed, 26 Oct 2022 10:37:51 +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 1ac464de..9a169ae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.14.4] - 26th Oct 2022 +- fix: Do not wait for first sync after migration init + ## [0.14.3] - 24th Oct 2022 - fix: Do not assume that push rules are never malformed in account data - chore: change codeowners diff --git a/pubspec.yaml b/pubspec.yaml index 39d2dde7..8122ff66 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.14.3 +version: 0.14.4 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git