diff --git a/CHANGELOG.md b/CHANGELOG.md index 97605434..34aa38ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.15.11] - 27th Dec 2022 + +- fix: Fix the called party not sending screensharing correctly. (cloudwebrtc) +- test: Add test for dendrites invalid pushrules (Nicolas Werner) +- test: Add tests for account data store and retrieve (Nicolas Werner) + ## [0.15.10] - 23rd Dec 2022 - fix: make some Room getters null safe (TheOneWithTheBraid) diff --git a/pubspec.yaml b/pubspec.yaml index 8284cffd..e4ff542e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.15.10 +version: 0.15.11 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git