mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
v4.4.0
Update changelog
This commit is contained in:
parent
d65796bfc0
commit
d8b9e2f111
2 changed files with 6 additions and 1 deletions
|
|
@ -2,6 +2,11 @@
|
|||
|
||||
## master (unreleased)
|
||||
|
||||
## v4.4.0 - 10 Feb 2016
|
||||
|
||||
- New: support for MemCacheStore (#157). Thanks @elhu.
|
||||
- Some documentation and test harness improvements.
|
||||
|
||||
## v4.3.1 - 18 Dec 2015
|
||||
- SECURITY FIX: Normalize request paths when using ActionDispatch. Thanks
|
||||
Andres Riancho at @includesecurity for reporting it.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
module Rack
|
||||
class Attack
|
||||
VERSION = '4.3.1'
|
||||
VERSION = '4.4.0'
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue