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.