diff --git a/HISTORY.md b/HISTORY.md index 405e0a13..972d1c96 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.14.1 / 2016-08-24 +=================== * Fix not always resetting session max age before session save * Fix the cookie `sameSite` option to actually alter the `Set-Cookie` diff --git a/package.json b/package.json index 5ecc5f8c..47dfa5e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-session", - "version": "1.14.0", + "version": "1.14.1", "description": "Simple session middleware for Express", "author": "TJ Holowaychuk (http://tjholowaychuk.com)", "contributors": [