From 6df7d28cdaa7fe26b2f29bab2e3cf259207ca7d6 Mon Sep 17 00:00:00 2001 From: Alex Demchenko Date: Wed, 15 Sep 2021 09:44:17 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e11f0279..0204d39b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.4.2 + +- Add `fileMessageBuilder`, `imageMessageBuilder` and `textMessageBuilder` for more customization options. Thanks @Androrier for the PR! +- Fix avatar initials (show first letters of first and last names, instead of one, where applicable) + ## 1.4.1 - Fix release on `pub.dev` diff --git a/pubspec.yaml b/pubspec.yaml index 6c7c0202..0b6d534e 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.4.1 +version: 1.4.2 homepage: https://flyer.chat repository: https://github.com/flyerhq/flutter_chat_ui