From 343d8f87b4f3ffca13b1070107e32d44d3ab2553 Mon Sep 17 00:00:00 2001 From: Cameron Sparr Date: Tue, 11 Aug 2015 11:27:43 -0600 Subject: [PATCH] Update CHANGELOG with fix for issue #101 I really need to remember to do this with the initial commit. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2afb48ddf..dc2265259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ - [#85](https://github.com/influxdb/telegraf/pull/85): Fix GetLocalHost testutil function for mac users - [#89](https://github.com/influxdb/telegraf/pull/89): go fmt fixes - [#94](https://github.com/influxdb/telegraf/pull/94): Fix for issue #93, explicitly call sarama.v1 -> sarama +- [#101](https://github.com/influxdb/telegraf/issues/101): switch back from master branch if building locally ## v0.1.4 [2015-07-09]