From 4b0d773a6ed48fbf20123e882c76ea17e981d87a Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Fri, 12 May 2017 14:23:27 +0200 Subject: [PATCH] Release v0.4.0 * [IMPROVEMENT] Add increment/decrement support to Gauges #65 * [BUGFIX] Tolerate more forms of broken lines from StatsD #48 * [BUGFIX] Skip metrics with invalid utf8 #50 * [BUGFIX] ListenAndServe now fails on exit #58 --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b2215..65d2ade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.4.0 / 2017-05-12 + +* [IMPROVEMENT] Improve mapping configuration parser #61 +* [IMPROVEMENT] Add increment/decrement support to Gauges #65 +* [BUGFIX] Tolerate more forms of broken lines from StatsD #48 +* [BUGFIX] Skip metrics with invalid utf8 #50 +* [BUGFIX] ListenAndServe now fails on exit #58 + ## 0.3.0 / 2016-05-05 * [CHANGE] Drop `_count` suffix for `loaded_mappings` metric (#41) diff --git a/VERSION b/VERSION index 0d91a54..1d0ba9e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 +0.4.0