From d308796e97674ae29ddc85aa046725d21d8766e9 Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Thu, 25 Jul 2019 13:13:44 +0000 Subject: [PATCH] Add changelog for #252, #253 & release Signed-off-by: Matthias Rampke --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56910f2..8f3cce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.12.2 / 2019-07-25 + +* [BUGFIX] Fix Unix socket handler ([#252](https://github.com/prometheus/statsd_exporter/pull/252)) +* [BUGFIX] Fix panic under high load ([#253](https://github.com/prometheus/statsd_exporter/pull/253)) + +Thank you to everyone who reported and helped debug these issues! + ## v0.12.1 / 2019-07-08 * [BUGFIX] Renew TTL when a metric receives updates ([#246](https://github.com/prometheus/statsd_exporter/pull/246)) diff --git a/VERSION b/VERSION index 34a8361..26acbf0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.12.1 +0.12.2