diff --git a/CHANGELOG.md b/CHANGELOG.md index e924ddc7..03db8a6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.2.12 + +- Upgrade dependencies +- Check if user.extraData['image'] is not null before using it + ## 0.2.11+1 - Fix error with channel query while handling background notifications diff --git a/pubspec.yaml b/pubspec.yaml index 9394aa96..7733d25b 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.11+1 +version: 0.2.12 repository: https://github.com/GetStream/stream-chat-flutter issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues