mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Releasing Devise 0.6.1
This commit is contained in:
parent
f1ed635483
commit
15ba859454
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
== 0.6.1
|
||||
|
||||
* enhancements
|
||||
* Devise::Timeoutable - timeout sessions without activity
|
||||
* DataMapper accepts conditions
|
||||
* DataMapper now accepts conditions
|
||||
|
||||
== 0.6.0
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Devise
|
||||
VERSION = "0.6.0".freeze
|
||||
VERSION = "0.6.1".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue