Update changelog
This commit is contained in:
Aaron Suggs 2016-02-10 15:05:43 -05:00
parent d65796bfc0
commit d8b9e2f111
2 changed files with 6 additions and 1 deletions

View file

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

View file

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