From be84f285ccfaf670b0b519f74bf60f5fdfdabc54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B3=A5=E4=BA=95=20=E9=9B=AA?= Date: Wed, 17 Dec 2014 14:33:11 +0900 Subject: [PATCH] v0.3.10 --- ChangeLog | 5 +++++ Gemfile.lock | 2 +- lib/fluentd-ui/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9cbe341..f0c33ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Release 0.3.10 - 2014/12/17 +* [maintenance] Update components. +* [improve] Add fluentd default plugin settings. +* [fixed] Fix #121. Change to allow utf-8 string instead of ascii. + Release 0.3.9 - 2014/12/01 * [improve] Display current setting for each section. diff --git a/Gemfile.lock b/Gemfile.lock index 5ef46a2..93b502b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fluentd-ui (0.3.9) + fluentd-ui (0.3.10) addressable bundler draper (~> 1.3) diff --git a/lib/fluentd-ui/version.rb b/lib/fluentd-ui/version.rb index 21c4fbb..fe4b623 100644 --- a/lib/fluentd-ui/version.rb +++ b/lib/fluentd-ui/version.rb @@ -1,3 +1,3 @@ module FluentdUI - VERSION = "0.3.9" + VERSION = "0.3.10" end