From 2a1bc2d68cb5e36bc4a1501b5cbe9fe3cbcd576f Mon Sep 17 00:00:00 2001 From: Konstantinos Karachalios Date: Sun, 23 Oct 2016 14:29:13 +0100 Subject: [PATCH] Update README & CHANGELOG --- CHANGELOG.md | 18 ++++++++---------- README.md | 4 ++-- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acaf2613a..1669f93b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +9.0.0 / 2016-10-23 +================== + + * 9.0.0 + * Drop support for node versions 0.10, 0.11, 0.12 and 5 + * Add section on node versions support + * Update CHANGELOG + 8.2.0 / 2016-10-23 ================== @@ -165,13 +173,3 @@ README.md: Fix typo * README.md: Fix typo * v7.4.0 - -7.4.0 / 2016-03-04 -================== - - * Merge branch 'swashcap-bug/[#489](https://github.com/node-nock/nock/issues/489)-reply-callback' - * browserify bundle update - * Merge branch 'bug/[#489](https://github.com/node-nock/nock/issues/489)-reply-callback' of git://github.com/swashcap/nock into swashcap-bug/[#489](https://github.com/node-nock/nock/issues/489)-reply-callback - * Add support for full callback `reply()`. - This addresses a bug with the `reply()` function where a request without - a body caused full callbacks to error. (See pgte/nock[#489](https://github.com/node-nock/nock/issues/489)) diff --git a/README.md b/README.md index 3e34ac970..80340dd35 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,9 @@ $ npm install nock | 0.10 | up to 8.x | | 0.11 | up to 8.x | | 0.12 | up to 8.x | -| 4 | 8.x | +| 4 | 9.x | | 5 | up to 8.x | -| 6 | 8.x | +| 6 | 9.x | # Use