From 9c28cb92b456ed5dc761e2a98e712da6d7c82201 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Mon, 27 Apr 2020 18:57:41 +0200 Subject: [PATCH] Cut v1.6.0 Signed-off-by: beorn7 --- CHANGELOG.md | 8 +++++++- VERSION | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd44c4d..2481d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ +## 1.6.0 / 2020-04-28 + +* [FEATURE] testutil: Add lint checks for metrics, including a sub-package `promlint` to expose the linter engine for external usage. #739 #743 +* [ENHANCEMENT] API client: Improve error messages. #731 +* [BUGFIX] process collector: Fix `process_resident_memory_bytes` on 32bit MS Windows. #734 + ## 1.5.1 / 2020-03-14 -* [BUGFIX] promhttp: Remove another superfluous `WriteHeader` call. +* [BUGFIX] promhttp: Remove another superfluous `WriteHeader` call. #726 ## 1.5.0 / 2020-03-03 diff --git a/VERSION b/VERSION index 26ca594..dc1e644 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.1 +1.6.0