From 80ca9cdc4e154cf193f8b1b8fddb1f24a3bcc475 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Wed, 16 Dec 2020 20:46:50 +0100 Subject: [PATCH] Cut release 1.9.0 Signed-off-by: beorn7 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c995e9..e3dc6aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.9.0 / 2020-12-17 + +* [FEATURE] `NewPidFileFn` helper to create process collectors for processes whose PID is read from a file. #804 +* [BUGFIX] promhttp: Prevent endless loop in `InstrumentHandler...` middlewares with invalid metric or label names. #823 + ## 1.8.0 / 2020-10-15 * [CHANGE] API client: Use `time.Time` rather than `string` for timestamps in `RuntimeinfoResult`. #777 diff --git a/VERSION b/VERSION index 27f9cd3..f8e233b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.0 +1.9.0