Release 1.5.3.

This commit is contained in:
José Valim
2011-12-19 12:56:56 +01:00
parent fbb5c2af5c
commit 59cd9e72b9
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
== 1.5.3
* bug fix
* Ensure delegator converts scope to symbol (by github.com/dmitriy-kiriyenko)
* Ensure passing :format => false to devise_for is not permanent

View File

@@ -1,3 +1,3 @@
module Devise
VERSION = "1.5.2".freeze
VERSION = "1.5.3".freeze
end