diff --git a/CHANGELOG.md b/CHANGELOG.md index bd44c4dad..2481d3dbc 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 26ca59460..dc1e644a1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.1 +1.6.0