diff --git a/CHANGELOG.md b/CHANGELOG.md index 52878d1..d18079b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [Unreleased] +## 3.1.0 * **Fix**: [26](https://github.com/SimformSolutionsPvtLtd/chatview_utils/pull/26) Rename `updateAt` to `updatedAt` in `Message` model for consistency * **Docs**: [27](https://github.com/SimformSolutionsPvtLtd/chatview_utils/pull/27)Update `voiceMessageDuration` doc comment in `Message` and `ReplyMessage` diff --git a/pubspec.yaml b/pubspec.yaml index e07593b..7c82cf6 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: 3.0.0 +version: 3.1.0 repository: https://github.com/SimformSolutionsPvtLtd/chatview_utils issue_tracker: https://github.com/SimformSolutionsPvtLtd/chatview_utils/issues