Version v4.3.1

This commit is contained in:
Aaron Suggs 2015-12-18 10:09:38 -05:00
parent 76c2e31430
commit 4ec58e36de
2 changed files with 7 additions and 1 deletions

View file

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

View file

@ -1,5 +1,5 @@
module Rack module Rack
class Attack class Attack
VERSION = '4.3.0' VERSION = '4.3.1'
end end
end end