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