diff --git a/HISTORY.md b/HISTORY.md index 602dee3e..a853a213 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +2.1.0 / 2015-05-28 +================== * deps: iconv-lite@0.4.10 - The encoding UTF-16 without BOM now defaults to UTF-16LE when detection fails diff --git a/package.json b/package.json index 2686a740..45d2f3d8 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.0.2", + "version": "2.1.0", "author": "Jonathan Ong (http://jongleberry.com)", "contributors": [ "Douglas Christopher Wilson ",