This commit is contained in:
uu59 2014-08-20 14:56:45 +09:00
parent ba31ef566a
commit ca368c932e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Release 0.1.4 - 2014/08/20
* [fixed] Fix can't setting in_tail with format regexp.
Release 0.1.3 - 2014/08/13
* [feature] Add out_elasticsearch setting

View File

@ -1,3 +1,3 @@
module FluentdUI
VERSION = "0.1.3"
VERSION = "0.1.4"
end