From 6a0f4d0fbf1590a2f2ec1234d79ba30ca713eef6 Mon Sep 17 00:00:00 2001 From: gardar Date: Thu, 30 Nov 2023 15:08:42 +0000 Subject: [PATCH] chore: update version --- CHANGELOG.rst | 1 + changelogs/changelog.yaml | 1 + 2 files changed, 2 insertions(+) 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'