diff --git a/CHANGELOG.md b/CHANGELOG.md index b8e8ea69..d47ef523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.3 + +- Fix upload attachment + ## 0.1.2 - Fix avatar shape diff --git a/README.md b/README.md index b40b8a6f..feab6d8f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ TODO ```yaml dependencies: - stream_chat_flutter: ^0.1.2 + stream_chat_flutter: ^0.1.3 ``` You should then run `flutter packages get` diff --git a/pubspec.yaml b/pubspec.yaml index f64c5150..fdccebb0 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.2 +version: 0.1.3 environment: sdk: ">=2.1.0 <3.0.0"