diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ca4769b35..fbb370113d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # v0.14 +## Release v0.14.24 - 2017/11/24 + +### New features / Enhancements + +* plugin-config-formatter: Add link to plugin helper result + https://github.com/fluent/fluentd/pull/1753 +* server helper: Refactor code + https://github.com/fluent/fluentd/pull/1759 + +### Bug fixes + +* supervisor: Don't call change_privilege twice + https://github.com/fluent/fluentd/pull/1757 + ## Release v0.14.23 - 2017/11/15 ### New features / Enhancements diff --git a/lib/fluent/version.rb b/lib/fluent/version.rb index 509bbf3b91..7931bf36d7 100644 --- a/lib/fluent/version.rb +++ b/lib/fluent/version.rb @@ -16,6 +16,6 @@ module Fluent - VERSION = '0.14.23' + VERSION = '0.14.24' end