Release 0.14.1

Add changelog entry for #286, #287, bump version

Signed-off-by: Matthias Rampke <mr@soundcloud.com>
This commit is contained in:
Matthias Rampke 2020-01-13 10:01:02 +00:00
parent d7f22028aa
commit 5aae305b35
No known key found for this signature in database
GPG key ID: 2CDE413A9BD0A5BC
2 changed files with 8 additions and 1 deletions

View file

@ -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))

View file

@ -1 +1 @@
0.14.0
0.14.1