Release 1.4.2.

This commit is contained in:
José Valim 2011-06-30 15:20:13 -03:00
parent 1fd4beb18a
commit 7a2e018df8
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
== 1.4.2
* bug fix
* Improve Rails 3.1 compatibility
* Provide a more robust behavior to serializers and add :force_except option

View File

@ -1,3 +1,3 @@
module Devise
VERSION = "1.4.1".freeze
VERSION = "1.4.2".freeze
end