From d721033f6513aaf545be612e1a6e6c75f8816a79 Mon Sep 17 00:00:00 2001 From: Masahiro Nakagawa Date: Wed, 7 Sep 2016 21:44:50 +0900 Subject: [PATCH] v0.14.6 --- ChangeLog | 9 +++++++++ lib/fluent/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 104e650af1..57c85a5438 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ # v0.14 +## Release v0.14.6 - 2016/09/07 + +### Bug fixes + +* in_tail: Add a missing parser_multiline require + https://github.com/fluent/fluentd/pull/1212 +* forward: Mark secret parameters of forward plugins as secret + https://github.com/fluent/fluentd/pull/1209 + ## Release v0.14.5 - 2016/09/06 ### New features / Enhancement diff --git a/lib/fluent/version.rb b/lib/fluent/version.rb index 7a858ebfc4..ff93f2561a 100644 --- a/lib/fluent/version.rb +++ b/lib/fluent/version.rb @@ -16,6 +16,6 @@ module Fluent - VERSION = '0.14.5' + VERSION = '0.14.6' end