diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ca2a45bad..923e672502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # v1.10 +## Release v1.10.3 - 2020/05/01 + +### Enhancement + +* record_accessor: Add `set` method + https://github.com/fluent/fluentd/pull/2977 +* config: Ruby DSL format is deprecated + https://github.com/fluent/fluentd/pull/2958 +* Refactor code + https://github.com/fluent/fluentd/pull/2961 + https://github.com/fluent/fluentd/pull/2962 + https://github.com/fluent/fluentd/pull/2965 + https://github.com/fluent/fluentd/pull/2966 + https://github.com/fluent/fluentd/pull/2978 + +### Bug fix + +* out_forward: Disable `linger_timeout` setting on Windows + https://github.com/fluent/fluentd/pull/2959 +* out_forward: Fix warning of service discovery manager when fluentd stops + https://github.com/fluent/fluentd/pull/2974 + ## Release v1.10.2 - 2020/04/15 ### Enhancement diff --git a/lib/fluent/version.rb b/lib/fluent/version.rb index b64a1e9d85..041eb11d32 100644 --- a/lib/fluent/version.rb +++ b/lib/fluent/version.rb @@ -16,6 +16,6 @@ module Fluent - VERSION = '1.10.2' + VERSION = '1.10.3' end