From b8757e0e4cc0729c76ac5ef36e2da0de240f0c22 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Mon, 24 Aug 2020 15:12:25 +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 cc19a470..e94ff64d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.5 + +- Implement `didUpdateWidget` in `ChannelListView` to react to setState + ## 0.2.4 - Update llc dependency diff --git a/pubspec.yaml b/pubspec.yaml index 75f239f3..b24ba511 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.4 +version: 0.2.5 repository: https://github.com/GetStream/stream-chat-flutter issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues