diff --git a/ChangeLog b/ChangeLog index 683274b..5008937 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Release 0.3.8 - 2014/11/19 + +* [improve] Recommended plugins are updated. +* [fixed] Plugin installation on td-agent-ui. + + Release 0.3.7 - 2014/11/13 * [maintenance] Change httpclient gem as stable version. diff --git a/Gemfile.lock b/Gemfile.lock index afe5456..5f373b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fluentd-ui (0.3.7) + fluentd-ui (0.3.8) addressable bundler draper (~> 1.3) diff --git a/lib/fluentd-ui/version.rb b/lib/fluentd-ui/version.rb index b68cad9..0f68008 100644 --- a/lib/fluentd-ui/version.rb +++ b/lib/fluentd-ui/version.rb @@ -1,3 +1,3 @@ module FluentdUI - VERSION = "0.3.7" + VERSION = "0.3.8" end