This commit is contained in:
yoshihara 2015-04-24 15:01:30 +09:00
parent a4db49349d
commit c1d07c6e09
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## Release 0.4.1 - 2015/04/24
* [improved] [#162](https://github.com/fluent/fluentd-ui/pull/162) [#191](https://github.com/fluent/fluentd-ui/pull/191) Support multiline option for [in_tail](http://docs.fluentd.org/articles/in_tail) plugin
## Release 0.4.0 - 2015/04/15
* [improved] [#190](https://github.com/fluent/fluentd-ui/pull/190) Use markdown format for ChangeLog.md

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
fluentd-ui (0.4.0)
fluentd-ui (0.4.1)
addressable
bundler
diff-lcs

View File

@ -1,3 +1,3 @@
module FluentdUI
VERSION = "0.4.0"
VERSION = "0.4.1"
end