diff --git a/CHANGELOG.md b/CHANGELOG.md index f99da62b..d5c35df4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.7 + +- Add chat commands + +- Add edit message + ## 0.1.6+4 - Add some documentation diff --git a/README.md b/README.md index 187148d7..86fe3a40 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The example is available under the [example](https://github.com/GetStream/stream ```yaml dependencies: - stream_chat_flutter: ^0.1.5 + stream_chat_flutter: ^0.1.7 ``` You should then run `flutter packages get` diff --git a/pubspec.yaml b/pubspec.yaml index cacce9fb..63381c83 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.6+4 +version: 0.1.7 environment: sdk: ">=2.2.2 <3.0.0"