Releasing Devise 0.6.1

This commit is contained in:
Carlos Antonio da Silva 2009-11-24 00:09:34 -02:00
parent f1ed635483
commit 15ba859454
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
== 0.6.1
* enhancements
* Devise::Timeoutable - timeout sessions without activity
* DataMapper accepts conditions
* DataMapper now accepts conditions
== 0.6.0

View File

@ -1,3 +1,3 @@
module Devise
VERSION = "0.6.0".freeze
VERSION = "0.6.1".freeze
end