From b333ecaacc1051f5557f62f9cc90cf4a4d9b603e Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Mon, 20 May 2019 08:35:36 +0000 Subject: [PATCH] Add changelog for #221 and release 0.10.4 Reverting #218 due to race condition issue #220 Signed-off-by: Matthias Rampke --- CHANGELOG.md | 4 ++++ VERSION | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9408a6..814f927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.10.4 / 2019-05-20 + +* [BUGFIX] Revert #218 due to a race condition ([#221](https://github.com/prometheus/statsd_exporter/pull/221)) + ## v0.10.3 / 2019-05-17 * [ENHANCEMENT] Reduce allocations when escaping metric names ([#217](https://github.com/prometheus/statsd_exporter/pull/217)) diff --git a/VERSION b/VERSION index a3f5a8e..9b40aa6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.3 +0.10.4