diff --git a/ChangeLog b/ChangeLog index 7c2fbf1..b8e04b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/lib/fluentd-ui/version.rb b/lib/fluentd-ui/version.rb index 1489ebb..baf46da 100644 --- a/lib/fluentd-ui/version.rb +++ b/lib/fluentd-ui/version.rb @@ -1,3 +1,3 @@ module FluentdUI - VERSION = "0.1.3" + VERSION = "0.1.4" end