From 1db5a0043151317e5b0d174f09dc036470a80072 Mon Sep 17 00:00:00 2001 From: Aaron Suggs Date: Mon, 8 Sep 2014 21:34:28 -0400 Subject: [PATCH] version 4.1.1 --- CHANGELOG.md | 2 ++ lib/rack/attack/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40ccdbc..3f9396d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changlog ## master (unreleased) + - Fix a race condition in throttles that could allow more requests than intended. + ## v4.1.0 - 22 May 2014 - Tracks take an optional limit and period to only notify once a threshold is reached (similar to throttles). Thanks @chiliburger! diff --git a/lib/rack/attack/version.rb b/lib/rack/attack/version.rb index 07142bb..7419eb8 100644 --- a/lib/rack/attack/version.rb +++ b/lib/rack/attack/version.rb @@ -1,5 +1,5 @@ module Rack class Attack - VERSION = '4.1.0' + VERSION = '4.1.1' end end