diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e48a04..317083eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.9.0] - 4th Mai 2022 + +- refactor: Get rid of dynamic input in checkHomeserver (Christian Pauly) +- feat: Make image size editable (Henri Carnot) +- refactor: Remove old deprecations (Christian Pauly) +- feat: Get fully read marker (Henri Carnot) +- feat: Get the recent emoji according to `io.element.recent_emoji` (TheOneWithTheBraid) +- feat: Load fragmented timeline in memory (Henri Carnot) + ## [0.8.20] - 14th Apr 2022 - fix: Wait for keys in push helper diff --git a/pubspec.yaml b/pubspec.yaml index 18b116c6..b9079200 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.8.20 +version: 0.9.0 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git