From 0a5bb5434a2fd8a5a18db5c437d5d54304369616 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Wed, 10 Jun 2020 15:52:13 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e38e41..d0c72144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.2.1-alpha+9 + +- Add read indicators +- Update llc dependency + ## 0.2.1-alpha+8 - User queryMembers for mentions diff --git a/pubspec.yaml b/pubspec.yaml index f3007463..0a55458d 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.2.1-alpha+8 +version: 0.2.1-alpha+9 environment: sdk: ">=2.3.0 <3.0.0"