diff --git a/Changes.md b/Changes.md index 3314fa9..9b3065d 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,8 @@ +# 1.0.7 - 2017-07-31 + +- apply config [opts] to pubsub settings #7 + # 1.0.6 - 2017-06-16 - eslint 4 compat diff --git a/package.json b/package.json index a197a3c..4261e01 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "haraka-plugin-redis", - "version": "1.0.6", + "version": "1.0.7", "description": "Redis plugin for Haraka & other plugins to inherit from", "main": "index.js", "directories": { "test": "test" }, "dependencies": { - "redis": "^2.6.5" + "redis": "^2.7.1" }, "devDependencies": { "eslint": "*",