From a46935ec803dbed1d37d62fc2f34eb157b578b92 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Thu, 16 Apr 2020 09:34:51 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 4 ++++ pubspec.yaml | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39c5cbdc..445788e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.24 + +- Fx overflow in mentions overlay + ## 0.1.23 - Hotfix diff --git a/pubspec.yaml b/pubspec.yaml index a32fddd2..20f3a29c 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.23 +version: 0.1.24 environment: sdk: ">=2.3.0 <3.0.0" @@ -22,6 +22,7 @@ dependencies: stream_chat: ^0.1.21 mime: ^0.9.6+3 visibility_detector: ^0.1.4 + http_parser: ^3.1.4 dev_dependencies: pedantic: ^1.9.0