mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Release v1.4.4 with a fix for those using :skip in routes.
This commit is contained in:
parent
8796c1c601
commit
071f54ac59
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
== 1.4.4
|
||||
|
||||
* bug fix
|
||||
* Do not always skip helpers, instead provide :skip_helpers as option to trigger it manually
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Devise
|
||||
VERSION = "1.4.3".freeze
|
||||
VERSION = "1.4.4".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue