mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +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)
|
## 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
|
## v4.4.0 - 10 Feb 2016
|
||||||
|
|
||||||
- New: support for MemCacheStore (#153). Thanks @elhu.
|
- New: support for MemCacheStore (#153). Thanks @elhu.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
module Rack
|
module Rack
|
||||||
class Attack
|
class Attack
|
||||||
VERSION = '4.4.0'
|
VERSION = '4.4.1'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue