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