From 0be430c9c52f4a4b5862d667f84d00a0f2fa4211 Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Mon, 18 Jun 2018 15:18:07 +0900 Subject: [PATCH] v1.0.0.alpha.3 Signed-off-by: Kenji Okimoto --- 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 eb06ec3..c315d8a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,8 @@ +## Release 1.0.0.alpha.3 - 2018/06/18 + +* [improvement] Support Fluentd v1 [#238](https://github.com/fluent/fluentd-ui/pull/238) +* [maintenance] Update document [#237](https://github.com/fluent/fluentd-ui/pull/237) + ## Release 1.0.0-alpha.2 - 2018/05/24 * [fixed] Update HTML classes [#234](https://github.com/fluent/fluentd-ui/pull/234) diff --git a/Gemfile.lock b/Gemfile.lock index 8c95b03..751d97a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fluentd-ui (1.0.0.alpha.2) + fluentd-ui (1.0.0.alpha.3) addressable bootsnap (>= 1.1.0) bundler diff --git a/lib/fluentd-ui/version.rb b/lib/fluentd-ui/version.rb index 4097bfc..673877a 100644 --- a/lib/fluentd-ui/version.rb +++ b/lib/fluentd-ui/version.rb @@ -1,3 +1,3 @@ module FluentdUI - VERSION = "1.0.0.alpha.2" + VERSION = "1.0.0.alpha.3" end