Release new version.

This commit is contained in:
José Valim 2010-01-02 10:12:04 +01:00
parent 501a89aaea
commit 7c67388a90
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
== 0.7.5
* enhancements
* Set a default value for mailer to avoid find_template issues
* Add models configuration to MongoMapper::EmbeddedDocument as well
== 0.7.4
* enhancements
* Extract Activatable from Confirmable
* Decouple Serializers from Devise modules

View File

@ -1,3 +1,3 @@
module Devise
VERSION = "0.7.4".freeze
VERSION = "0.7.5".freeze
end