From 5aae305b3593056781fab973a93016c3715d9b48 Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Mon, 13 Jan 2020 10:01:02 +0000 Subject: [PATCH] Release 0.14.1 Add changelog entry for #286, #287, bump version 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 64f8017..d9c4e19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.14.1 / 2010-01-13 + +* [BUGFIX] Mapper cache poisoning when name is variable ([#286](https://github.com/prometheus/statsd_exporter/pull/286)) +* [BUGFIX] nil pointer dereference in UDP listener ([#287](https://github.com/prometheus/statsd_exporter/pull/287)) + +Thank you to everyone who reported these, and @bakins for the mapper cache fix! + ## 0.14.0 / 2020-01-10 * [CHANGE] Switch logging to go-kit ([#283](https://github.com/prometheus/statsd_exporter/pull/283)) diff --git a/VERSION b/VERSION index a803cc2..930e300 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.14.0 +0.14.1