Merge pull request #239 from fluent/release-alpha3

v1.0.0.alpha.3
This commit is contained in:
okkez 2018-06-18 15:20:02 +09:00 committed by GitHub
commit 39b2c4fb34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
## Release 1.0.0.alpha.3 - 2018/06/18
* [improvement] Support Fluentd v1 [#238](https://github.com/fluent/fluentd-ui/pull/238)
* [maintenance] Update document [#237](https://github.com/fluent/fluentd-ui/pull/237)
## Release 1.0.0-alpha.2 - 2018/05/24
* [fixed] Update HTML classes [#234](https://github.com/fluent/fluentd-ui/pull/234)

View File

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

View File

@ -1,3 +1,3 @@
module FluentdUI
VERSION = "1.0.0.alpha.2"
VERSION = "1.0.0.alpha.3"
end