From efdf11343cd6442e77d303c8e53fc48262d7892c Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Tue, 31 Aug 2021 12:24:24 +0200 Subject: [PATCH] Release 0.22.0 with changelog for #385 #386 Signed-off-by: Matthias Rampke --- CHANGELOG.md | 5 +++++ VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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