From c13ef72995068860f31d67d61e34de71eafa827f Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Wed, 8 Apr 2020 13:43:30 +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 bafcfa3b..45caff90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.17 + +- Add dark theme + ## 0.1.16 - Add possibility to show the other users username next to the message timestamp diff --git a/pubspec.yaml b/pubspec.yaml index eca43a8a..8c2db382 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.16 +version: 0.1.17 environment: sdk: ">=2.3.0 <3.0.0"