diff --git a/CHANGELOG.md b/CHANGELOG.md index 22f5c4ac..33781b93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ +## 0.2.0-alpha+2 + +- Add better mime detection + ## 0.2.0-alpha+1 -- fix video loading and error +- Fix video loading and error ## 0.2.0-alpha diff --git a/README.md b/README.md index 58df5181..f8aa891a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ You should then run `flutter packages get` ### Alpha version -Use version `^0.2.0-alpha+1` to use the latest available version. +Use version `^0.2.0-alpha+2` to use the latest available version. Note that this is still an alpha version. There may be some bugs and the api can change in breaking ways. diff --git a/pubspec.yaml b/pubspec.yaml index 52a56c27..7dc0e9ad 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.0-alpha+1 +version: 0.2.0-alpha+2 environment: sdk: ">=2.3.0 <3.0.0"