mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-11 08:47:06 +02:00
Prepare to release v1.1.0
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
7560ecd57e
commit
c98b2c1b85
@ -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)
|
||||
|
@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
fluentd-ui (1.0.1)
|
||||
fluentd-ui (1.1.0)
|
||||
addressable
|
||||
bootsnap (>= 1.1.0)
|
||||
bundler
|
||||
|
@ -1,3 +1,3 @@
|
||||
module FluentdUI
|
||||
VERSION = "1.0.1"
|
||||
VERSION = "1.1.0"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user