diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ed9c01..da1c0dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @chatscope/use-chat changelog +## [2.0.2](https://github.com/chatscope/use-chat/compare/v2.0.1...v2.0.2) (2022-09-13) + + +### Bug Fixes + +* [#13](https://github.com/chatscope/use-chat/issues/13) replace and update message methods in MessageGroup ([ae0006d](https://github.com/chatscope/use-chat/commit/ae0006df1cd1035785ae524887a1d0b88fdeccf6)) + ## [2.0.1](https://github.com/chatscope/use-chat/compare/v2.0.0...v2.0.1) (2022-08-06) diff --git a/package.json b/package.json index 5d685f9..b3f75f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatscope/use-chat", - "version": "2.0.1", + "version": "2.0.2", "description": "React hook for state management in chat applications", "license": "MIT", "homepage": "https://chatscope.io/",