From dd42fb04daba9afe6a47640d3e3bf80dc7f922f3 Mon Sep 17 00:00:00 2001 From: Alex Demchenko Date: Sun, 21 Nov 2021 19:29:47 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3dcb547..8ec5b128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.5.2 + +- Add status icon tap and long press. Thanks @ikurek for the PR! +- Add Traditional Chinese localization. Thanks @Wei-Hsun for the PR! +- Add `onAvatarTap` +- Fix local image preview on web +- Update dependencies + ## 1.5.1 - Increase tests coverage diff --git a/pubspec.yaml b/pubspec.yaml index 4d3f8a66..b20a432c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_chat_ui description: > Actively maintained, community-driven chat UI implementation with an optional Firebase BaaS. -version: 1.5.1 +version: 1.5.2 homepage: https://flyer.chat repository: https://github.com/flyerhq/flutter_chat_ui