Prepare to release v1.0.1

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-09-14 18:10:40 +09:00
parent ea6c6f3765
commit 97d324c89a
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1
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