From 4f093574da82c1fb18a1fd803b9b1ab27e9d132e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Fri, 11 Mar 2011 20:56:50 +0100 Subject: [PATCH] Release 1.2.rc2. --- CHANGELOG.rdoc | 3 +++ lib/devise/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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