diff --git a/CHANGELOG.md b/CHANGELOG.md index 21c45167c..192d975d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.3.1 / 2016-11-04 + +This bug-fix release pulls in the fixes from the 1.2.3 release. + +* [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.3 / 2016-11-04 Note that this release is chronologically after 1.3.0. diff --git a/VERSION b/VERSION index f0bb29e76..3a3cd8cc8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 +1.3.1