From 4b88627457ca5d1dc76dea5c8d24bb3fe3b76674 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Thu, 17 Dec 2020 10:14:31 +0100 Subject: [PATCH] version bp --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62efc4ac..fcf6bcf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.17+2 + +- Expose ChannelsBloc.channels setter + ## 0.2.17+1 - Fix mention tap bug diff --git a/pubspec.yaml b/pubspec.yaml index a400260e..dd5273b7 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.17+1 +version: 0.2.17+2 repository: https://github.com/GetStream/stream-chat-flutter issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues