diff --git a/CHANGELOG.md b/CHANGELOG.md index 16d8d0f..25d4479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Changelog ========= +## v8.5.0 + +### Breaking Changes + +* ⚠️ Changed the argument of the `CrispClient.website.batchResolveConversations` method. +* ⚠️ Changed the argument of the `CrispClient.website.batchReadConversations` method. +* ⚠️ Changed the argument of the `CrispClient.website.batchRemoveConversations` method. + +### New Features + +* Added the new `CrispClient.website.updateConversationInbox` method. + ## v8.4.0 ### New Features diff --git a/package.json b/package.json index 22a3212..6fef326 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "crisp-api", "description": "Crisp API wrapper for Node - official, maintained by Crisp", - "version": "8.4.0", + "version": "8.5.0", "homepage": "https://github.com/crisp-im/node-crisp-api", "license": "MIT", "author": {