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