From 471b28dc21b150837c81f9bcd32159814f6cdc56 Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Fri, 17 May 2019 13:51:13 +0000 Subject: [PATCH] Update changelog for #217, #218, #219 and release Signed-off-by: Matthias Rampke --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c340fe..f9408a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v0.10.3 / 2019-05-17 + +* [ENHANCEMENT] Reduce allocations when escaping metric names ([#217](https://github.com/prometheus/statsd_exporter/pull/217)) +* [ENHANCEMENT] Reduce allocations when handling packets ([#218](https://github.com/prometheus/statsd_exporter/pull/218)) +* [ENHANCEMENT] Optimize label sorting ([#219](https://github.com/prometheus/statsd_exporter/pull/219)) + +This release is entirely powered by @claytono. Kudos! + ## v0.10.2 / 2019-05-17 * [CHANGE] Do not run as root in the Docker container by default ([#202](https://github.com/prometheus/statsd_exporter/pull/202)) diff --git a/VERSION b/VERSION index 5eef0f1..a3f5a8e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.2 +0.10.3