This commit is contained in:
uu59 2015-05-28 10:55:37 +09:00
parent 9029a1c9c2
commit 8a322e7716
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
## Release 0.4.2 - 2015/05/28
* [maintenance] Update httpclient as 2.5.x [#193](https://github.com/fluent/fluentd-ui/pull/193)
* [fixex] Fix confused license [#192](https://github.com/fluent/fluentd-ui/pull/192)
## 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

View File

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

View File

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