This commit is contained in:
yoshihara 2015-04-15 12:59:51 +09:00
parent 105ef39594
commit 29bc3a8d2f
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
Release 0.3.21 - 2015/04/15
* [maintenance] #187 Remove needless gem
* [fixed] #186 Fix the bug when server restart while logined and "Config File" page is visited
* [fixed] #184 Focus some inputboxes when its label is clicked
* [improve] #180 #181 #183 #185 Tweak design
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)

View File

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

View File

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