Update changelog for v4.0.0

This commit is contained in:
Aaron Suggs 2014-04-28 13:57:03 -04:00
parent e1d736f0f0
commit 430672d8f4
2 changed files with 5 additions and 2 deletions

View file

@ -1,8 +1,11 @@
# Changlog
## master (unreleased)
## v4.0.0 - 28 April 2014
* Implement proxy for Dalli with better Memcachier support. (thanks @hakanensari)
* Rack::Attack.new returns an instance to ease testing (thanks @stevehodgkiss)
* Rack::Attack.new returns an instance to ease testing. (thanks @stevehodgkiss)
[Changing a module to a class is not backwards compatible, hence v4.0.0.]
* Use Rack::Attack::Request subclass of Rack::Request for easier extending (thanks @tristandunn)
* Test more dalli versions.

View file

@ -1,5 +1,5 @@
module Rack
class Attack
VERSION = '3.1.0'
VERSION = '4.0.0'
end
end