diff --git a/CHANGELOG.md b/CHANGELOG.md index 5af92ae..d17725c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.10.0 / 2022-07-08 + +* [FEATURE] Add `/health` endpoint to make more InfluxDB clients happy ([#108](https://github.com/prometheus/influxdb_exporter/pull/108)) +* [CHANGE] Update dependencies and build with Go 1.18 ([#109](https://github.com/prometheus/influxdb_exporter/pull/109)) + ## 0.9.1 / 2022-05-06 This is a maintenance release, built with Go 1.17.9 to address security issues. diff --git a/VERSION b/VERSION index f374f66..78bc1ab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.1 +0.10.0