Update CHANGELOG and bump up to 1.5.0.dev

This commit is contained in:
José Valim 2011-09-29 12:52:56 +02:00
parent 1e2dab3c0c
commit f3aa5e40fb
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
module Devise
VERSION = "1.4.7".freeze
VERSION = "1.5.0.dev".freeze
end