From 0b934047e2cf6f247d04d4f145a98da0883ded44 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Wed, 8 Apr 2020 09:49:51 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd93ed96..bafcfa3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.16 + +- Add possibility to show the other users username next to the message timestamp + ## 0.1.15 - Fix MessageInput overflow diff --git a/pubspec.yaml b/pubspec.yaml index 155134ed..eca43a8a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: stream_chat_flutter homepage: https://github.com/GetStream/stream-chat-flutter description: Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter. -version: 0.1.15 +version: 0.1.16 environment: sdk: ">=2.3.0 <3.0.0"