From 5d73f5efa246f5f16f0e6ce2480fe4cdad8b0cb8 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Tue, 14 Mar 2017 18:15:57 -0300 Subject: [PATCH] v.2.7.1 --- changelog.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index f603d9aa0d..6ec0e3c663 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,12 @@ Changelog ========= +## v.2.7.1 - 14 Mar, 2017 + +Bugfixes + +- Fixed monitor mode not working in combination with IPv6 (2.6.0 regression) + ## v.2.7.0 - 11 Mar, 2017 Features diff --git a/package.json b/package.json index a168213d31..417a9c486c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redis", - "version": "2.7.0", + "version": "2.7.1", "description": "Redis client library", "keywords": [ "database",