diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ce068c8..44482b6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.8.18] - 8th Apr 2022 +- feat: check thumbnail size +- feat: fallback to thumbnail preview +- fix: Retry sending a file event + ## [0.8.17] - 4th Apr 2022 - chore: Allow custom image resizer to be an async method diff --git a/pubspec.yaml b/pubspec.yaml index c210b7a8..8d5cea20 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.8.17 +version: 0.8.18 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git