diff --git a/HISTORY.md b/HISTORY.md index 35414aa..efc07cb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.1.2 / 2014-10-14 +================== * deps: negotiator@0.4.9 - Fix error when media type has invalid parameter diff --git a/package.json b/package.json index 4ff3b1d..c7cf880 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "accepts", "description": "Higher-level content negotiation", - "version": "1.1.1", + "version": "1.1.2", "author": "Jonathan Ong (http://jongleberry.com)", "license": "MIT", "repository": "jshttp/accepts",