From ea155a5c4bc5ba08fe8ff6d73061f94e3e5cb4b0 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Mon, 19 Apr 2021 21:32:54 +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 5c0f5f0..cc0927d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# Changelog for 1.0.1 + +The following sections list the changes for 1.0.1. + +## Summary + + * Fix #49: Fixed pointer references within exporters + +## Details + + * Bugfix #49: Fixed pointer references within exporters + + So far we directly accessed common attributes on repos within the collectors, but as there + could be corner cases where some attribute could be missing we add conditions to make sure only + set values are getting called. + + https://github.com/promhippie/github_exporter/issues/49 + + # Changelog for 1.0.0 The following sections list the changes for 1.0.0.