diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7bf670bc..0816d837 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,7 @@ v0.9.0 Minor Changes ------------- +- enhancement: allows using multiple web listen addresses (https://github.com/prometheus-community/ansible/pull/213) - feat(blackbox_exporter): Create config directory (https://github.com/prometheus-community/ansible/pull/250) v0.8.1 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index eb6793e7..12dea828 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -248,4 +248,5 @@ releases: changes: minor_changes: - 'feat(blackbox_exporter): Create config directory (https://github.com/prometheus-community/ansible/pull/250)' + - 'enhancement: allows using multiple web listen addresses (https://github.com/prometheus-community/ansible/pull/213)' release_date: '2023-11-29'