From ca368c932e521d6d2bbb65a8805ca1fdb3699fbc Mon Sep 17 00:00:00 2001 From: uu59 Date: Wed, 20 Aug 2014 14:56:45 +0900 Subject: [PATCH] v0.1.4 --- ChangeLog | 4 ++++ lib/fluentd-ui/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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