From 0c0ad9b35f32e420d323338b177db4122b1384fd Mon Sep 17 00:00:00 2001 From: Cori1109 Date: Sat, 29 Jan 2022 15:48:34 +0100 Subject: [PATCH] Cut v1.12.1 (#978) * Cut v1.12.1 Signed-off-by: Kemal Akkoyun * Apply review suggestions Signed-off-by: Kemal Akkoyun --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2740082..cf231ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.12.1 / 2022-01-29 + +* [BUGFIX] Make the Go 1.17 collector concurrency-safe #969 + * Use simpler locking in the Go 1.17 collector #975 +* [BUGFIX] Reduce granularity of histogram buckets for Go 1.17 collector #974 +* [ENHANCEMENT] API client: make HTTP reads more efficient #976 + ## 1.12.0 / 2022-01-19 * [CHANGE] example/random: Move flags and metrics into main() #935 diff --git a/VERSION b/VERSION index 0eed1a2..f8f4f03 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.12.0 +1.12.1