Update changelog

(cherry picked from commit 2a2cc3212f)
This commit is contained in:
Daniel Nelson 2018-05-08 12:12:03 -07:00
parent a8d33a26fb
commit 3187d58d92
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
## v1.6.2 [unreleased]
## v1.6.2 [2018-05-08]
### Bugfixes
@ -6,6 +6,7 @@
- [#4091](https://github.com/influxdata/telegraf/pull/4091): Fix handling of uint64 in datadog output.
- [#4099](https://github.com/influxdata/telegraf/pull/4099): Ignore UTF8 BOM in JSON parser.
- [#4104](https://github.com/influxdata/telegraf/issues/4104): Fix case for slave metrics in mysql input.
- [#4110](https://github.com/influxdata/telegraf/issues/4110): Fix uint support in cratedb output.
## v1.6.1 [2018-04-23]