diff --git a/ChangeLog.md b/ChangeLog.md index 7f52af3..3b4af8e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,11 @@ +## Release 1.0.1 - 2018/09/14 + +* [maintenance] Update rubyzip [#263](https://github.com/fluent/fluentd-ui/pull/263) +* [fixed] Fix CodeMirror visualization error[#260](https://github.com/fluent/fluentd-ui/pull/260) +* [improvement] Add note on dashboard [#259](https://github.com/fluent/fluentd-ui/pull/259) +* [maintenance] Remove unused grok support [#257](https://github.com/fluent/fluentd-ui/pull/257) +* [improvement] Improve login page [#258](https://github.com/fluent/fluentd-ui/pull/258) + ## Release 1.0.0 - 2018/08/17 * [maintenance] Update recommended plugins [#226](https://github.com/fluent/fluentd-ui/pull/226) diff --git a/Gemfile.lock b/Gemfile.lock index 4e2cb37..88f22e6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fluentd-ui (1.0.0) + fluentd-ui (1.0.1) addressable bootsnap (>= 1.1.0) bundler @@ -174,7 +174,7 @@ GEM fluent-plugin-td (1.0.0) fluentd (>= 0.14.13, < 2) td-client (~> 1.0) - fluentd (1.2.4) + fluentd (1.2.5) cool.io (>= 1.4.5, < 2.0.0) dig_rb (~> 1.0.0) http_parser.rb (>= 0.5.1, < 0.7.0) diff --git a/lib/fluentd-ui/version.rb b/lib/fluentd-ui/version.rb index 63c471a..bd6fa15 100644 --- a/lib/fluentd-ui/version.rb +++ b/lib/fluentd-ui/version.rb @@ -1,3 +1,3 @@ module FluentdUI - VERSION = "1.0.0" + VERSION = "1.0.1" end