Release 2.0.1.

This commit is contained in:
José Valim 2012-02-09 11:11:12 +01:00
parent 86c8e5455a
commit f1a27b8f33
2 changed files with 11 additions and 2 deletions

View File

@ -1,7 +1,16 @@
== 2.0.0
== 2.0.1
Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.0
* enhancements
* Improved error messages on deprecation warnings
* Hide Devise's internal generators from `rails g` command
* bug fix
* Removed tmp and log files from gem
== 2.0.0
* enhancements
* Add support for e-mail reconfirmation on change (by @Mandaryn and @heimidal)
* Redirect users to sign in page after unlock (by @nashby)

View File

@ -1,3 +1,3 @@
module Devise
VERSION = "2.0.0".freeze
VERSION = "2.0.1".freeze
end