From a9ec8119cc53a95754d5eb1744726b7cb578a1e5 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Mon, 22 Jun 2020 13:08:15 +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 8f034b4..425f2e8 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 #14: Binaries are not static linked + +## Details + + * Bugfix #14: 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-hcloud-sd/issues/14 + + # Changelog for 0.4.0 The following sections list the changes for 0.4.0.