diff --git a/CHANGELOG.md b/CHANGELOG.md index c96a22fc..f8579012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.8.0] - 25nd Jan 2022 +- BREAKING CHANGE: high-level hadling of image sizes +- feat: expose Timeline.onChange to Room.getTimeline +- fix: Use where and map instead of a loop and a removeWhere +- fix: Remove sorts that shouldnt be required. + ## [0.7.3] - 14nd Jan 2022 - fix: Fix turn credentials format issue for safari. - fix: update fluffybox version to correctly clear rooms after logout. diff --git a/pubspec.yaml b/pubspec.yaml index ded767db..aba229f6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.7.3 +version: 0.8.0 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git