diff --git a/README.md b/README.md index 68c33b0..858a55b 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,10 @@ app.listen(3000); ## Changelog +0.0.18 + +* Fixing bug when array of CIDR blocks are used + 0.0.16 * Fixing bug when no IP address can be determined diff --git a/package.json b/package.json index 26ab360..d876a02 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "express-ipfilter", "description": "A light-weight IP address based filtering system", - "version": "0.0.17", + "version": "0.0.18", "author": "BaM Interactive", "dependencies": { "netmask": "~1.0.4",