From 1affb9268b29db174f7013de994ebbf3b27d9621 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Mon, 24 Oct 2022 08:35:10 +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 b51f2380..1ac464de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.14.3] - 24th Oct 2022 +- fix: Do not assume that push rules are never malformed in account data +- chore: change codeowners +- refactor: Remove unused imports + ## [0.14.2] - 18th Oct 2022 - Improve ice connection speed. (Duan Weiwei) - chore: fix exception test after api_lite update (Nicolas Werner) diff --git a/pubspec.yaml b/pubspec.yaml index a73b9b04..39d2dde7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.14.2 +version: 0.14.3 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git