From 29657531a77d2c2faaff3b066291411dd08d4aed Mon Sep 17 00:00:00 2001
From: Matthias Rampke <matthias@prometheus.io>
Date: Tue, 12 May 2020 06:38:30 +0000
Subject: [PATCH] Changelog for #125, release 0.7.1

Signed-off-by: Matthias Rampke <matthias@prometheus.io>
---
 CHANGELOG.md | 4 ++++
 VERSION      | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e537ca..ead42e6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.7.1 / 2020-05-12
+
+* [BUGFIX] Fix "superfluous response.WriteHeader call" through dependency update ([#125](https://github.com/prometheus/graphite_exporter/pull/125))
+
 ## 0.7.0 / 2020-02-28
 
 * [CHANGE] Update logging library and flags ([#109](https://github.com/prometheus/graphite_exporter/pull/109))
diff --git a/VERSION b/VERSION
index faef31a..39e898a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.7.0
+0.7.1