From ed91ca426992f614d7c45b94eef5ddbf072652e8 Mon Sep 17 00:00:00 2001 From: Dominik Rosiek Date: Thu, 16 Apr 2020 08:21:33 +0200 Subject: [PATCH 1/3] Update changelog due to latest changes --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c058080..c598c34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. Tracking did not begin until version 1.10. + +# [1.6.0] (2020-04-16) +- Add option for specifing custom fields for logs: [#56](https://github.com/SumoLogic/fluentd-output-sumologic/pull/56) +- Add option for specifing custom dimensions for metrics: [#57](https://github.com/SumoLogic/fluentd-output-sumologic/pull/57) +- Add support for compression: [#58](https://github.com/SumoLogic/fluentd-output-sumologic/pull/58) + # [1.5.0] (2019-06-26) - Add support for new log format fields: [#49](https://github.com/SumoLogic/fluentd-output-sumologic/pull/49) From 355d842cb04f6c5d96bd935b0dab5e9cb07d7e7b Mon Sep 17 00:00:00 2001 From: Dominik Rosiek <58699848+sumo-drosiek@users.noreply.github.com> Date: Thu, 23 Apr 2020 12:49:16 +0200 Subject: [PATCH 2/3] Fix version --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c598c34..8d74836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ All notable changes to this project will be documented in this file. Tracking did not begin until version 1.10. - -# [1.6.0] (2020-04-16) + +# [1.7.0] (2020-04-16) - Add option for specifing custom fields for logs: [#56](https://github.com/SumoLogic/fluentd-output-sumologic/pull/56) - Add option for specifing custom dimensions for metrics: [#57](https://github.com/SumoLogic/fluentd-output-sumologic/pull/57) - Add support for compression: [#58](https://github.com/SumoLogic/fluentd-output-sumologic/pull/58) From 38e643f4fb91370ce0140b492f7dd0971383632c Mon Sep 17 00:00:00 2001 From: Dominik Rosiek <58699848+sumo-drosiek@users.noreply.github.com> Date: Thu, 23 Apr 2020 12:49:48 +0200 Subject: [PATCH 3/3] Fix date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d74836..191786e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. Tracking did not begin until version 1.10. -# [1.7.0] (2020-04-16) +# [1.7.0] (2020-04-23) - Add option for specifing custom fields for logs: [#56](https://github.com/SumoLogic/fluentd-output-sumologic/pull/56) - Add option for specifing custom dimensions for metrics: [#57](https://github.com/SumoLogic/fluentd-output-sumologic/pull/57) - Add support for compression: [#58](https://github.com/SumoLogic/fluentd-output-sumologic/pull/58)