From b29a7a89de83772c44add0f2a00e023dbd5802b8 Mon Sep 17 00:00:00 2001 From: Aaron Suggs Date: Fri, 22 May 2015 13:48:15 -0400 Subject: [PATCH] Update CHANGELOG for release --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e8f6ed..6bcf4fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ ## master (unreleased) +## v4.3.0 - 22 May 2015 + - Redis proxy passes `raw: true` (thanks @stanhu) - Redis supports `delete` method to be consistent with Dalli (thanks @stanhu) + - Support the ability to reset Fail2Ban count and ban flag (thanks @stanhu) ## v4.2.0 - 26 Oct 2014 - Throttle's `period` argument now takes a proc as well as a number (thanks @gsamokovarov)