diff --git a/CHANGELOG.md b/CHANGELOG.md index 9510110..06ef8e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### v1.6.0 + +* Adds in `whitelist` and `blacklist` support for `csrf` + ##### v1.5.2 * Bugfix: Add style/script directive if nonce is true diff --git a/package.json b/package.json index 921661d..4f2889f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lusca", - "version": "1.5.2", + "version": "1.6.0", "description": "Application security for express.", "main": "index", "scripts": {