This commit is contained in:
yoshihara 2015-04-02 13:42:36 +09:00
parent 0af36393ae
commit 755becbd3d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Release 0.3.18 - 2015/04/02
* [fixed] #167 Apply bootstrap css to inputboxes in signin form
* [fixed] #168 Fix the behavor mismatch between configtest and update (update failed but configtest is OK)
Release 0.3.17 - 2015/04/01
* [fixed] #164 Display add/remove icons correctly in out_forward settings page
* [fixed] #165 Fix zombie process is created by clicking start button in dashboard

View File

@ -1,3 +1,3 @@
module FluentdUI
VERSION = "0.3.17"
VERSION = "0.3.18"
end