diff --git a/HISTORY.md b/HISTORY.md index 38fef00..53849b6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +0.5.2 / 2016-12-08 +================== * Fix `parse` to accept any linear whitespace character diff --git a/package.json b/package.json index f09d674..5c521d6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "content-disposition", "description": "Create and parse Content-Disposition header", - "version": "0.5.1", + "version": "0.5.2", "contributors": [ "Douglas Christopher Wilson " ],