Merge pull request #264 from fluent/release-1.0.1

Prepare to release v1.0.1
This commit is contained in:
okkez 2018-09-14 18:21:34 +09:00 committed by GitHub
commit 1c1a7e457e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 3 deletions

View File

@ -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)

View File

@ -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)

View File

@ -1,3 +1,3 @@
module FluentdUI
VERSION = "1.0.0"
VERSION = "1.0.1"
end