From 36a0d17022b38bab291c1531245249d1e4a33ca2 Mon Sep 17 00:00:00 2001 From: Lanna Michalke Date: Mon, 1 Aug 2022 11:10:27 +0200 Subject: [PATCH] chore: bump version Signed-off-by: Lanna Michalke --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44d88c35..7dc37905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.11.1] - 1st Aug 2022 +- chore: introduce native implementations (Lanna Michalke) +- fix: check for m.call permissions in groupCallEnabled (td) +- fix: make Hive Collection path nullable (Lanna Michalke) +- fix: missing null check (Lanna Michalke) + ## [0.11.0] - 21th Jul 2022 - feat: Add powerLevelContentOverride to startDirectChat and createGroupChat (Isabella Hundstorfer) - chore: add tests for group calls (td) diff --git a/pubspec.yaml b/pubspec.yaml index fda5ad35..cc23a56b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.11.0 +version: 0.11.1 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git