mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Release v2.2.3
This commit is contained in:
parent
5190f52857
commit
d099d8f0ac
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
== 2.2.3
|
||||
|
||||
* bug fix
|
||||
* Require string conversion for all values
|
||||
|
||||
== 2.2.2
|
||||
|
||||
* bug fix
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Devise
|
||||
VERSION = "2.2.2".freeze
|
||||
VERSION = "2.2.3".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue