diff --git a/ChangeLog b/ChangeLog index d9a7d3c..668bf10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +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 + Release 0.3.16 - 2015/03/23 * [fixed] #163 Relax fluentd dependency diff --git a/Gemfile.lock b/Gemfile.lock index da39460..5e0b86c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fluentd-ui (0.3.16) + fluentd-ui (0.3.17) addressable bundler diff-lcs @@ -115,7 +115,7 @@ GEM i18n_generators (1.2.1) mechanize rails (>= 3.0.0) - jbuilder (2.2.6) + jbuilder (2.2.7) activesupport (>= 3.0.0, < 5) multi_json (~> 1.2) jquery-rails (3.1.2) diff --git a/lib/fluentd-ui/version.rb b/lib/fluentd-ui/version.rb index 36c0443..0c5f13e 100644 --- a/lib/fluentd-ui/version.rb +++ b/lib/fluentd-ui/version.rb @@ -1,3 +1,3 @@ module FluentdUI - VERSION = "0.3.16" + VERSION = "0.3.17" end