diff --git a/CHANGELOG.md b/CHANGELOG.md index aff524a0..6ce068c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.8.17] - 4th Apr 2022 +- chore: Allow custom image resizer to be an async method + ## [0.8.16] - 3th Apr 2022 - fix: Missing type check in power level calculation - fix: Post load all users on room opening diff --git a/pubspec.yaml b/pubspec.yaml index 6a627003..c210b7a8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.8.16 +version: 0.8.17 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git