From c98b2c1b85569492fb8eddd2713190a94e14ff49 Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Tue, 25 Sep 2018 12:41:33 +0900 Subject: [PATCH] Prepare to release v1.1.0 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 3b4af8e..68c6a2f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,8 @@ +## Release 1.1.0 - 2018/09/25 + +* [maintenance] Suppress JavaScript warnings [#265](https://github.com/fluent/fluentd-ui/pull/265) +* [improvement] Support filter plugins and label feature [#262](https://github.com/fluent/fluentd-ui/pull/262) + ## Release 1.0.1 - 2018/09/14 * [maintenance] Update rubyzip [#263](https://github.com/fluent/fluentd-ui/pull/263) diff --git a/Gemfile.lock b/Gemfile.lock index 3588b01..e8eb773 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fluentd-ui (1.0.1) + fluentd-ui (1.1.0) addressable bootsnap (>= 1.1.0) bundler diff --git a/lib/fluentd-ui/version.rb b/lib/fluentd-ui/version.rb index bd6fa15..f6ddf95 100644 --- a/lib/fluentd-ui/version.rb +++ b/lib/fluentd-ui/version.rb @@ -1,3 +1,3 @@ module FluentdUI - VERSION = "1.0.1" + VERSION = "1.1.0" end