mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Move to 0.9.2.
This commit is contained in:
parent
c146cad448
commit
e02810d528
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
== 0.9.2
|
||||
|
||||
* bug fix
|
||||
* Ensure inactive user cannot sign in
|
||||
* Ensure redirect to proper url after sign up
|
||||
|
||||
* enhancements
|
||||
* Added gemspec to repo
|
||||
* Added token authenticatable (by github.com/grimen)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Devise
|
||||
VERSION = "0.9.1".freeze
|
||||
VERSION = "0.9.2".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue