diff --git a/CHANGELOG.md b/CHANGELOG.md index c2367073..67df0318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.8.2] - 04nd Feb 2022 +- fix: Add redaction events to timeline +- fix: Resize image with compute by using const class arguments + ## [0.8.1] - 03nd Feb 2022 - refactor: Implement on history received in timeline - fix: null-safety issues with widgets diff --git a/pubspec.yaml b/pubspec.yaml index 717f36bf..557b6496 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.8.1 +version: 0.8.2 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git