From d64f1d2a51f792e3f9137744669a8f8fa569d68b Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 21 Oct 2019 12:03:30 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87953a439..e1830e1ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ - [azure_storage_queue](/plugins/inputs/azure_storage_queue/README.md) - Contributed by @mjiderhamn - [suricata](/plugins/inputs/suricata/README.md) - Contributed by @satta +#### New Processors + +- [clone](/plugins/processors/clone/README.md) - Contributed by @adrianlzt + #### New Aggregators - [merge](/plugins/aggregators/merge/README.md) - Contributed by @influxdata diff --git a/README.md b/README.md index 01e0cc070..eb35705f2 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,7 @@ For documentation on the latest development code see the [documentation index][d ## Processor Plugins +* [clone](./plugins/processors/clone) * [converter](./plugins/processors/converter) * [date](./plugins/processors/date) * [enum](./plugins/processors/enum)