From 2c1ca8868ec6e8d3b74161a24b29c7f3b0b2c3f0 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Mon, 11 Jul 2022 09:54:10 +0200 Subject: [PATCH] Release v0.5.0 (#166) Breaking Change: The exporter config file format has changed. It now supports multiple modules to scrape different endpoints. * [FEATURE] Support custom valuetype #145 * [FEATURE] Support modules configuration #146 * [FEATURE] Accept non-2xx HTTP status #161 Signed-off-by: SuperQ --- CHANGELOG.md | 11 +++++++++++ VERSION | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ca944e9..e514d61c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.5.0 / 2022-07-03 + +Breaking Change: + +The exporter config file format has changed. It now supports multiple modules +to scrape different endpoints. + +* [FEATURE] Support custom valuetype #145 +* [FEATURE] Support modules configuration #146 +* [FEATURE] Accept non-2xx HTTP status #161 + ## 0.4.0 / 2022-01-15 * [FEATURE] Add support for HTTP POST body content #123 diff --git a/VERSION b/VERSION index 1d0ba9ea..8f0916f7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 +0.5.0