From 05e673253e22219b0d673ca45c6415efe2839875 Mon Sep 17 00:00:00 2001 From: Will Sewell Date: Mon, 26 Nov 2018 10:26:01 +0000 Subject: [PATCH] v2.2.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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": [ {