diff --git a/CHANGELOG.md b/CHANGELOG.md index bc3464b..ee1edfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.0.2 +## 3.0.0 * **Feat**: [18](https://github.com/SimformSolutionsPvtLtd/chatview_utils/pull/18) Added `updateMessage()` method in `ChatController` to update existing messages. diff --git a/pubspec.yaml b/pubspec.yaml index 9e745fd..e07593b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: chatview_utils description: Utility library for the chatview and chatview_connect libraries, containing shared type declarations. It should not be used directly. -version: 0.0.2 +version: 3.0.0 repository: https://github.com/SimformSolutionsPvtLtd/chatview_utils issue_tracker: https://github.com/SimformSolutionsPvtLtd/chatview_utils/issues