From cdeccccd70f589bd844db9852a8b697d3dfb0b5c Mon Sep 17 00:00:00 2001 From: James Lees Date: Tue, 8 May 2018 10:16:55 +0100 Subject: [PATCH] Prepare release 2.0.0 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2ce451..486dc5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.0 (2018-05-08) + +[FIXED] remove security vulnerability by updating requests. + +[REMOVED] support for versions of node < 4 + ## 1.5.1 (2016-12-01) [FIXED] fix the version of request we are using, new minor version break backwards compatibility diff --git a/README.md b/README.md index 1540479..3cbd649 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ In order to use this library, you need to have an account on ## Installation -You need to be running Node.js 0.8+ to use this library. +You need to be running at least Node.js 4 to use this library. ``` $ npm install pusher diff --git a/package.json b/package.json index 98d736e..e852fd9 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": "1.5.1", + "version": "2.0.0", "author": "Pusher ", "contributors": [ {