diff --git a/HISTORY.md b/HISTORY.md index 5511d601..720c8603 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +2.1.7 / 2016-06-19 +================== * deps: bytes@2.4.0 * perf: remove double-cleanup on happy path diff --git a/package.json b/package.json index 346c2d5b..dbf7a6cc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "raw-body", "description": "Get and validate the raw body of a readable stream.", - "version": "2.1.6", + "version": "2.1.7", "author": "Jonathan Ong (http://jongleberry.com)", "contributors": [ "Douglas Christopher Wilson ",