diff --git a/CHANGELOG.md b/CHANGELOG.md index dc7cd3e4..2a55d5d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.8.5] - 14nd Feb 2022 +- fix: exception on removed widgets +- fix: Fix black screen when end screensharing with system buttons. + ## [0.8.4] - 08nd Feb 2022 - fix: Call onChange correctly on redacted aggregation events diff --git a/pubspec.yaml b/pubspec.yaml index 0f9afb7c..dd18e2c7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.8.4 +version: 0.8.5 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git