bump v4.4.1

This commit is contained in:
Aaron Suggs 2016-02-16 17:11:11 -05:00
parent 9d90610bbe
commit cf89457ced
2 changed files with 4 additions and 1 deletions

View file

@ -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.

View file

@ -1,5 +1,5 @@
module Rack
class Attack
VERSION = '4.4.0'
VERSION = '4.4.1'
end
end