From 9f86080d778d43a04f50c1e19716023cc8aab19f Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sun, 15 Feb 2015 18:10:53 -0500 Subject: [PATCH] 1.7.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 "