diff --git a/CHANGELOG.md b/CHANGELOG.md index ca87a0529..25dd1bdaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ changed to just run docker commands in the Makefile. See `make docker-run` and ### Bugfixes - [#331](https://github.com/influxdb/telegraf/pull/331): Dont overwrite host tag in redis plugin. - [#336](https://github.com/influxdb/telegraf/pull/336): Mongodb plugin should take 2 measurements. +- [#351](https://github.com/influxdb/telegraf/issues/317): Fix continual "CREATE DATABASE" in writes +- [#360](https://github.com/influxdb/telegraf/pull/360): Apply prefix before ShouldPass check. Thanks @sotfo! ## v0.2.0 [2015-10-27]