From 9049433f0bd3b5a90d372fd95b30fa5eb8593656 Mon Sep 17 00:00:00 2001 From: Aaron Suggs Date: Sat, 15 Mar 2014 15:01:03 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e621610..9e15174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # Changlog -## Master +## v3.0.0 - 15 March 2014 * Change default blacklisted response to 403 Forbidden (thanks @carpodaster). * Fail gracefully when Redis store is not available; rescue exeption and don't throttle request. (thanks @wkimeria) + * TravisCI runs integration tests. -## v2.3.0 - 11 October 2013 (master) +## v2.3.0 - 11 October 2013 * Allow throttle `limit` argument to be a proc. (thanks @lunks) * Add Allow2Ban, complement of Fail2Ban. (thanks @jormon) * Improved TravisCI testing