diff --git a/CHANGELOG.md b/CHANGELOG.md index 343f0a3..e9aaa37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.4.0 +* Added: Nested Whitelists ([#225](https://github.com/bithavoc/express-winston/pull/225), @kapalex) + ## 3.3.0 * Added: options.headerBlacklist ([#217](https://github.com/bithavoc/express-winston/pull/217), @maxday) diff --git a/package.json b/package.json index ec4009e..0941707 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "middleware", "colors" ], - "version": "3.3.0", + "version": "3.4.0", "repository": { "type": "git", "url": "https://github.com/bithavoc/express-winston.git"