From b3bf4d1f8b920933ef6a02299ef48bcd9ef91bf8 Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Wed, 5 Dec 2018 21:54:11 +0000 Subject: [PATCH] Release 0.8.1 and add changelog for #169 Signed-off-by: Matthias Rampke --- CHANGELOG.md | 3 ++- VERSION | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba6b2b4..b694529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -## Unreleased / tbd. +## v0.8.1 / 2018-12-05 * [BUGFIX] Expose the counter for unmapped matches ([#161](https://github.com/prometheus/statsd_exporter/pull/161)) +* [BUGFIX] Unsuccessful backtracking does not clobber captures ([#169](https://github.com/prometheus/statsd_exporter/pull/169), fixes [#168](https://github.com/prometheus/statsd_exporter/issues/168)) ## v0.8.0 / 2018-10-12 diff --git a/VERSION b/VERSION index a3df0a6..6f4eebd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.0 +0.8.1