diff --git a/CHANGELOG.md b/CHANGELOG.md index 679bc00..158546c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## master (unreleased) + - Fix an error affecting apps using Redis::Store saying that dalli was a + required dependency. Learn about ActiveSupport autoloading. (#165) + ## v4.4.0 - 10 Feb 2016 - New: support for MemCacheStore (#153). Thanks @elhu. diff --git a/lib/rack/attack/version.rb b/lib/rack/attack/version.rb index 6d44e99..2c31f64 100644 --- a/lib/rack/attack/version.rb +++ b/lib/rack/attack/version.rb @@ -1,5 +1,5 @@ module Rack class Attack - VERSION = '4.4.0' + VERSION = '4.4.1' end end