diff --git a/CHANGELOG.md b/CHANGELOG.md index 964ef10bb0..9d35abdd3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # v1.3 +## Release v1.3.2 - 2018/12/10 + +### Enhancements + +* out_forward: Support mutual TLS + https://github.com/fluent/fluentd/pull/2187 +* out_file: Create `pos_file` directory if it doesn't exist + https://github.com/fluent/fluentd/pull/2223 + +### Bug fixes + +* output: Fix logs during retry + https://github.com/fluent/fluentd/pull/2203 + ## Release v1.3.1 - 2018/11/27 ### Enhancements diff --git a/lib/fluent/version.rb b/lib/fluent/version.rb index 8b4b254505..0834a05cb6 100644 --- a/lib/fluent/version.rb +++ b/lib/fluent/version.rb @@ -16,6 +16,6 @@ module Fluent - VERSION = '1.3.1' + VERSION = '1.3.2' end