Release 1.2.rc2.

This commit is contained in:
José Valim 2011-03-11 20:56:50 +01:00
parent 64457e2c1f
commit 4f093574da
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
== 1.2.rc2
* enhancements
* Make friendly_token 20 chars long
* Use secure_compare
@ -19,6 +21,7 @@
* Be sure to halt strategies on failures
* Consider SCRIPT_NAME on Omniauth paths
* Reset failed attempts when lock is expired
* Ensure there is no Mongoid injection
* deprecations
* Deprecated anybody_signed_in? in favor of signed_in? (by github.com/gavinhughes)

View File

@ -1,3 +1,3 @@
module Devise
VERSION = "1.2.rc".freeze
VERSION = "1.2.rc2".freeze
end