diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e62689..e9d1392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.22.0 / 2021-08-31 + +* [ENHANCEMENT] Improve performance of metric ingestion ([#385](https://github.com/prometheus/statsd_exporter/pull/385)) +* [BUGFIX] Actually expose pprof endpoints ([#386](https://github.com/prometheus/statsd_exporter/pull/386)) + ## 0.21.0 / 2021-06-10 * [ENHANCEMENT] Update dependencies & switch to go-kit/log ([#379](https://github.com/prometheus/statsd_exporter/pull/379)) diff --git a/VERSION b/VERSION index 8854156..2157409 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.21.0 +0.22.0