mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Add trackable to migrations and release new version.
This commit is contained in:
parent
c711a9d1b5
commit
96f3c53d6b
3 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
== 0.6.3
|
||||
|
||||
* bug fix
|
||||
* Added trackable to migrations
|
||||
|
||||
== 0.6.2
|
||||
|
||||
* enhancements
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ class DeviseCreate<%= table_name.camelize %> < ActiveRecord::Migration
|
|||
t.confirmable
|
||||
t.recoverable
|
||||
t.rememberable
|
||||
t.trackable
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
module Devise
|
||||
VERSION = "0.6.2".freeze
|
||||
VERSION = "0.6.3".freeze
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue