From 73e4f849e93f9a14e3ed070b225c6365ceac0105 Mon Sep 17 00:00:00 2001 From: td Date: Thu, 21 Jul 2022 23:37:49 +0530 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 13 ++++++++++--- pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aa4af64..44d88c35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ -## [0.10.6] - 19th Jul 2022 -- Add powerLevelContentOverride to startDirectChat and createGroupChat (Isabella Hundstorfer) +## [0.11.0] - 21th Jul 2022 +- feat: Add powerLevelContentOverride to startDirectChat and createGroupChat (Isabella Hundstorfer) +- chore: add tests for group calls (td) +- chore: cleanup unused imports and analyzer warnings (td) +- feat: allow enabling group calls in already created rooms (td) +- feat: (breaking) keep timeline history for archive rooms in memory (Henri Carnot) +- fix: (potentially) a race in the archive test (Nicolas Werner) +- fix: Await unawaited stuff in voip code (Nicolas Werner) - fix: race conditions in the SDK and its tests (Nicolas Werner) -- fix: set fixed time for ringer, should fix calls with element (Jayesh Nirve) +- fix: set fixed time for ringer (td) +- refactor: Use import sorter and ci templates (Christian Pauly) ## [0.10.5] - 11th Jul 2022 - fix: Cache user profile even with cache=false when there is a cache diff --git a/pubspec.yaml b/pubspec.yaml index 2f2b4737..fda5ad35 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.10.6 +version: 0.11.0 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git