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