Release 1.3.0.

This commit is contained in:
José Valim 2011-04-16 13:31:50 +02:00
parent fa6c8ab321
commit 460beae671
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
== 1.3.0
* enhancements
* All controllers can now handle different mime types than html using Responders (by github.com/sikachu)
* Added reset_password_within as configuration option to send the token for recovery (by github.com/jdguyot)

View File

@ -1,3 +1,3 @@
module Devise
VERSION = "1.3.0.dev".freeze
VERSION = "1.3.0".freeze
end