From 024f452690f77392f330ccbd0c9a2e97086e6c19 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Mon, 22 Jun 2020 13:06:32 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c929059..339e310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# Changelog for 0.4.1 + +The following sections list the changes for 0.4.1. + +## Summary + + * Fix #11: Binaries are not static linked + +## Details + + * Bugfix #11: Binaries are not static linked + + We fixed building properly static linked binaries, since the last release and a major + refactoring of the binaries and the CI pipeline we introduced binaries which had been linked to + muslc by mistake. With this change applied all binaries will be properly static linked again. + + https://github.com/promhippie/prometheus-hetzner-sd/issues/11 + + # Changelog for 0.4.0 The following sections list the changes for 0.4.0.