diff --git a/CHANGELOG.md b/CHANGELOG.md index 126f35b..a2f48f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.2.0 (2018-11-26) + +[ADDED] This release adds support for end-to-end encryption, a new feature for Channels. Read more [in our docs](https://pusher.com/docs/client_api_guide/client_encrypted_channels). + +[DEPRECATED] Renamed `encrypted` option to `useTLS` - `encrypted` will still work! + ## 2.1.4 (2018-11-22) [UPGRADED] Upgraded versions of `request`, `nock`, and `mocha` diff --git a/package.json b/package.json index 6b766f6..5a9a159 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pusher", "description": "Node.js client to interact with the Pusher REST API", - "version": "2.1.4", + "version": "2.2.0", "author": "Pusher ", "contributors": [ {