diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 75e2e1d8..ac918a4c 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -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) diff --git a/lib/devise/version.rb b/lib/devise/version.rb index 1ee642ba..97df59d3 100644 --- a/lib/devise/version.rb +++ b/lib/devise/version.rb @@ -1,3 +1,3 @@ module Devise - VERSION = "1.2.rc".freeze + VERSION = "1.2.rc2".freeze end