diff --git a/CHANGELOG.md b/CHANGELOG.md index ada0c5c44..9136b696b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## v1.12 [unreleased] +#### New Processors + +- [date](/plugins/processors/date/README.md) - Contributed by @influxdata + #### Features - [#5842](https://github.com/influxdata/telegraf/pull/5842): Improve performance of wavefront serializer. diff --git a/README.md b/README.md index 60f349e47..1bae79ba1 100644 --- a/README.md +++ b/README.md @@ -325,6 +325,7 @@ For documentation on the latest development code see the [documentation index][d ## Processor Plugins * [converter](./plugins/processors/converter) +* [date](./plugins/processors/date) * [enum](./plugins/processors/enum) * [override](./plugins/processors/override) * [parser](./plugins/processors/parser)