From 063c61f7aa9ff9b98b451868fb8ed6dc28650e39 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 29 Jun 2020 10:18:05 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a34027de..9eac4e8df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -94,6 +94,7 @@ - [#7658](https://github.com/influxdata/telegraf/pull/7658): Fix ping exit code handling on non-Linux. - [#7718](https://github.com/influxdata/telegraf/pull/7718): Skip overs errors in the output of the sensors command. - [#7748](https://github.com/influxdata/telegraf/issues/7748): Prevent startup when tags have incorrect type in configuration file. +- [#7699](https://github.com/influxdata/telegraf/issues/7699): Fix panic with GJSON multiselect query in json parser. ## v1.14.4 [2020-06-09]