From cd8d3822f4977c225d4f564403c7b750cfa4b00a Mon Sep 17 00:00:00 2001 From: beorn7 Date: Thu, 3 Nov 2016 20:23:49 +0100 Subject: [PATCH] Cut v1.2.3 --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16647293b..feb9a5801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.2.3 / 2016-11-04 + +* [BUGFIX] Correctly handle end time before start time in range queries. +* [BUGFIX] Correctly handle empty Regex entry in relabel config. +* [BUGFIX] MOD (`%`) operator doesn't panic with small floating point numbers. +* [BUGFIX] Updated miekg/dns vendoring to pick up upstream bug fixes. +* [ENHANCEMENT] Improved DNS error reporting. + ## 1.2.2 / 2016-10-30 * [BUGFIX] Correctly handle on() in alerts. diff --git a/VERSION b/VERSION index 23aa83906..0495c4a88 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.2 +1.2.3