diff --git a/HISTORY.md b/HISTORY.md index 8dce657..b1a5647 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.8.0 / 2017-02-04 +================== * Fix sending unnecessary `undefined` argument to token functions * deps: basic-auth@~1.1.0 diff --git a/package.json b/package.json index 44b1308..cae53ac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "morgan", "description": "HTTP request logger middleware for node.js", - "version": "1.7.0", + "version": "1.8.0", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"