mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +00:00
Version v4.3.1
This commit is contained in:
parent
76c2e31430
commit
4ec58e36de
2 changed files with 7 additions and 1 deletions
|
|
@ -1,7 +1,13 @@
|
||||||
# Changlog
|
# Changlog
|
||||||
|
|
||||||
## master (unreleased)
|
## master (unreleased)
|
||||||
|
|
||||||
|
## v4.3.1 - 18 Dec 2015
|
||||||
|
- SECURITY FIX: Normalize request paths when using ActionDispatch. Thanks
|
||||||
|
Andres Riancho at @includesecurity for reporting it.
|
||||||
- Remove support for ruby 1.9.x
|
- Remove support for ruby 1.9.x
|
||||||
|
- Add Code of Conduct
|
||||||
|
- Several documentation and testing improvements
|
||||||
|
|
||||||
## v4.3.0 - 22 May 2015
|
## v4.3.0 - 22 May 2015
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
module Rack
|
module Rack
|
||||||
class Attack
|
class Attack
|
||||||
VERSION = '4.3.0'
|
VERSION = '4.3.1'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue