diff --git a/CHANGELOG.md b/CHANGELOG.md index c1e680b..a97b9d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +### 0.3.0-alpha +### Update +- Optimize group chat to support larger groups. +- Add new message types (reply, reaction, user activity, image, video) + +--- ### 0.2.8-alpha ### Update - Optimize send method diff --git a/pubspec.yaml b/pubspec.yaml index fb54f5a..c1402db 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: push_restapi_dart description: 'Push SDK provides an abstraction layer to integrate Push protocol features with your Frontend as well as Backend.' -version: 0.2.8-alpha +version: 0.3.0-alpha homepage: https://docs.push.org/developers repository: https://github.com/ethereum-push-notification-service/push-restapi-dart