From 2b427d5c83d33728399a958c6833b7ee238a84f0 Mon Sep 17 00:00:00 2001 From: Masahiro Nakagawa Date: Sat, 25 Nov 2017 04:48:05 +0900 Subject: [PATCH] v0.14.24 --- CHANGELOG.md | 14 ++++++++++++++ lib/fluent/version.rb | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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