From 9a3b8e73c1818bb467f3f0d9e2b832429e99504b Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Fri, 8 Apr 2022 11:07:41 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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