Prepare to release v1.1.0

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-09-25 12:41:33 +09:00
parent 7560ecd57e
commit c98b2c1b85
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1
3 changed files with 7 additions and 2 deletions

View File

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

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
fluentd-ui (1.0.1)
fluentd-ui (1.1.0)
addressable
bootsnap (>= 1.1.0)
bundler

View File

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