No beta.

And update Changelog (for the last time)
This commit is contained in:
Aaron Suggs 2016-08-09 12:59:43 -04:00
parent 53699d624b
commit e5cf56ae46
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,8 @@
# Changlog
## master (unreleased)
## [New Releases here](https://github.com/kickstarter/rack-attack/releases)
This file is kept for historical documentation.
## v5.0.0.beta1 4 July 2016

View file

@ -1,5 +1,5 @@
module Rack
class Attack
VERSION = '5.0.0.beta1'
VERSION = '5.0.0'
end
end