From 2840dbba86d16e434b74cab8b99218a791b984b6 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Wed, 11 May 2022 22:57:22 +0200 Subject: [PATCH] docs: fix changelog --- CHANGELOG.md | 36 +++++++++---------- .../fix-goroutines.md | 0 2 files changed, 18 insertions(+), 18 deletions(-) rename changelog/{1.2.1_2022-05-11 => 1.2.1_2022-05-12}/fix-goroutines.md (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c51c17..0742788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# Changelog for 1.2.1 + +The following sections list the changes for 1.2.1. + +## Summary + + * Fix #70: Fix go routine errors within server metrics + +## Details + + * Bugfix #70: Fix go routine errors within server metrics + + We fixed a go routines issue within the new server metrics. We just got rid of the routines to + avoid any errors related to sending to closed channels. + + https://github.com/promhippie/hcloud_exporter/issues/70 + + # Changelog for 1.2.0 The following sections list the changes for 1.2.0. @@ -26,24 +44,6 @@ The following sections list the changes for 1.2.0. https://github.com/promhippie/hcloud_exporter/issues/53 -# Changelog for 1.2.1 - -The following sections list the changes for 1.2.1. - -## Summary - - * Fix #70: Fix go routine errors within server metrics - -## Details - - * Bugfix #70: Fix go routine errors within server metrics - - We fixed a go routines issue within the new server metrics. We just got rid of the routines to - avoid any errors related to sending to closed channels. - - https://github.com/promhippie/hcloud_exporter/issues/70 - - # Changelog for 1.1.0 The following sections list the changes for 1.1.0. diff --git a/changelog/1.2.1_2022-05-11/fix-goroutines.md b/changelog/1.2.1_2022-05-12/fix-goroutines.md similarity index 100% rename from changelog/1.2.1_2022-05-11/fix-goroutines.md rename to changelog/1.2.1_2022-05-12/fix-goroutines.md