Skip to content

Commit efa7c88

Browse files
authored
Merge pull request #96 from pusher/version-220
v2.2.0 release
2 parents 870d83f + 05e6732 commit efa7c88

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.2.0 (2018-11-26)
2+
3+
[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).
4+
5+
[DEPRECATED] Renamed `encrypted` option to `useTLS` - `encrypted` will still work!
6+
17
## 2.1.4 (2018-11-22)
28

39
[UPGRADED] Upgraded versions of `request`, `nock`, and `mocha`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pusher",
33
"description": "Node.js client to interact with the Pusher REST API",
4-
"version": "2.1.4",
4+
"version": "2.2.0",
55
"author": "Pusher <[email protected]>",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)