From 1cb9c8199e342939e258b7efcaea04702c68b98a Mon Sep 17 00:00:00 2001 From: Jayesh Nirve Date: Tue, 19 Jul 2022 15:22:12 +0530 Subject: [PATCH] chore: version bump --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71fa655f..1aa4af64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.10.6] - 19th Jul 2022 +- Add powerLevelContentOverride to startDirectChat and createGroupChat (Isabella Hundstorfer) +- fix: race conditions in the SDK and its tests (Nicolas Werner) +- fix: set fixed time for ringer, should fix calls with element (Jayesh Nirve) + ## [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 3ae5821d..07f0346e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.10.5 +version: 0.10.6 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git