diff --git a/CHANGELOG.md b/CHANGELOG.md index 2391151..bde9d96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========= +## v9.4.0 + +### Breaking Changes + +* ⚠️ Changed the `verify` argument of the `CrispClient.website.inviteWebsiteOperator` method (to be a verification challenge). +* ⚠️ Changed the `verify` argument of the `CrispClient.website.deleteHelpdesk` method (to be a verification challenge). +* ⚠️ Changed the `verify` argument of the `CrispClient.website.deleteWebsite` method (to be a verification challenge). + ## v9.3.1 ### Breaking Changes diff --git a/package.json b/package.json index da2550a..b71b2bf 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": "9.3.1", + "version": "9.4.0", "homepage": "https://github.com/crisp-im/node-crisp-api", "license": "MIT", "author": {