diff --git a/CHANGELOG.md b/CHANGELOG.md index 425f2e8..a93f693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# Changelog for 0.4.2 + +The following sections list the changes for 0.4.2. + +## Summary + + * Fix #16: Normalize specialchars in labels + +## Details + + * Bugfix #16: Normalize specialchars in labels + + Since you can use dots and dashes as part of your labels within Hetzner Cloud we started to + replace these characters by an underscore now, otherwise this will result in invalid labels + for Prometheus. + + https://github.com/promhippie/prometheus-hcloud-sd/issues/16 + + # Changelog for 0.4.1 The following sections list the changes for 0.4.1.