diff --git a/CHANGELOG.md b/CHANGELOG.md index 06ef8e2..4c6280e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +##### v1.6.1 + +* Fixes issue with multiple `blacklist`/`whitelist` options +* Typo in README + ##### v1.6.0 * Adds in `whitelist` and `blacklist` support for `csrf` diff --git a/package.json b/package.json index 4f2889f..1d2bc86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lusca", - "version": "1.6.0", + "version": "1.6.1", "description": "Application security for express.", "main": "index", "scripts": {