From 13e36a0ce4a2ba7e4ceda536265fbcf4c8bf4115 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Sat, 29 Feb 2020 11:23:54 +0100 Subject: [PATCH] version bump --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c47704..564083ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.5 + +- Fix channels pagination + ## 0.1.4 - Fix message widget builder on reaction diff --git a/README.md b/README.md index a7754b82..e99cb632 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ TODO ```yaml dependencies: - stream_chat_flutter: ^0.1.4 + stream_chat_flutter: ^0.1.5 ``` You should then run `flutter packages get` diff --git a/pubspec.yaml b/pubspec.yaml index 2e69d832..613aa924 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.4 +version: 0.1.5 environment: sdk: ">=2.1.0 <3.0.0"