diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3615f..f60d4e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +## v9.2.0 + +### New Features + +* Added support for the `spam:message` RTM API event. +* Added support for the `spam:decision` RTM API event. + ## v9.1.0 ### New Features diff --git a/package.json b/package.json index 62e5cf0..8978ece 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.1.0", + "version": "9.2.0", "homepage": "https://github.com/crisp-im/node-crisp-api", "license": "MIT", "author": {