mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
bump v4.4.1
This commit is contained in:
parent
9d90610bbe
commit
cf89457ced
2 changed files with 4 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
module Rack
|
||||
class Attack
|
||||
VERSION = '4.4.0'
|
||||
VERSION = '4.4.1'
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue