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