This commit is contained in:
yoshihara 2015-04-10 14:26:16 +09:00
parent bad2ef41f0
commit 8ef124e7c7
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Release 0.3.20 - 2015/04/10
* [fixed] #175 Fix the bug password can be changed without match between new password and password confirmation.
* [fixed] #177 Use '0.0.0.0' as host not 'localhost' (If you want to change host, you can use `--host` option with `start` command)
Release 0.3.19 - 2015/04/08
* [maintenance] #170 Update some gems
* [maintenance] #171 Update Rails to 4.2.1

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
fluentd-ui (0.3.19)
fluentd-ui (0.3.20)
addressable
bundler
diff-lcs

View File

@ -1,3 +1,3 @@
module FluentdUI
VERSION = "0.3.19"
VERSION = "0.3.20"
end