mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Update CHANGELOG and bump up to 1.5.0.dev
This commit is contained in:
parent
1e2dab3c0c
commit
f3aa5e40fb
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
== 1.5.0.dev
|
||||
|
||||
* bug fix
|
||||
* Allow idempotent API requests
|
||||
* Fix bug where logs did not show 401 as status code
|
||||
|
||||
== 1.4.7
|
||||
|
||||
* bug fix
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Devise
|
||||
VERSION = "1.4.7".freeze
|
||||
VERSION = "1.5.0.dev".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue