From 8a322e7716370a1e2fdf69fda3266a1be477f221 Mon Sep 17 00:00:00 2001 From: uu59 Date: Thu, 28 May 2015 10:55:37 +0900 Subject: [PATCH] v0.4.2 --- ChangeLog.md | 5 +++++ Gemfile.lock | 2 +- lib/fluentd-ui/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index dd0b904..b20626a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,8 @@ +## Release 0.4.2 - 2015/05/28 + +* [maintenance] Update httpclient as 2.5.x [#193](https://github.com/fluent/fluentd-ui/pull/193) +* [fixex] Fix confused license [#192](https://github.com/fluent/fluentd-ui/pull/192) + ## Release 0.4.1 - 2015/04/24 * [improved] [#162](https://github.com/fluent/fluentd-ui/pull/162) [#191](https://github.com/fluent/fluentd-ui/pull/191) Support multiline option for [in_tail](http://docs.fluentd.org/articles/in_tail) plugin diff --git a/Gemfile.lock b/Gemfile.lock index 7a09a9e..b946674 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fluentd-ui (0.4.1) + fluentd-ui (0.4.2) addressable bundler diff-lcs diff --git a/lib/fluentd-ui/version.rb b/lib/fluentd-ui/version.rb index e9f15af..dd05b3b 100644 --- a/lib/fluentd-ui/version.rb +++ b/lib/fluentd-ui/version.rb @@ -1,3 +1,3 @@ module FluentdUI - VERSION = "0.4.1" + VERSION = "0.4.2" end