diff --git a/HISTORY.md b/HISTORY.md index e0ed8fd..4819cc3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.7.0 / 2015-02-15 +================== * Accept `CSRF-Token` and `XSRF-Token` request headers * Default `cookie.path` to `'/'`, if using cookies diff --git a/package.json b/package.json index fbbecfb..9e21ca6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "csurf", "description": "CSRF token middleware", - "version": "1.6.6", + "version": "1.7.0", "author": "Jonathan Ong (http://jongleberry.com)", "contributors": [ "Douglas Christopher Wilson "