Update changelog for #118; bump to v4.3.0

This commit is contained in:
Aaron Suggs 2015-04-16 14:06:46 -04:00
parent 7dd9a9dd8a
commit 1dd29f66b8
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changlog
## master (unreleased)
- Redis proxy passes `raw: true` (thanks @stanhu)
## v4.2.0 - 26 Oct 2014
- Throttle's `period` argument now takes a proc as well as a number (thanks @gsamokovarov)
- Invoke the `#call` method on `blacklist_response` and `throttle_response` instead of `#[]`, as per the Rack spec. (thanks @gsamokovarov)

View file

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