diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a811fdf81..3648189e9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ Prometheus.Prometheus Release Notes .. contents:: Topics +v0.18.1 +======= + v0.18.0 ======= diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 29b02a9f6..6fcce191d 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -13,4 +13,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 0.18.0 +version: 0.18.1 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 6623f3c3a..ad56b89d0 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,6 +1,11 @@ --- ancestor: releases: + 0.18.1: + changes: + trivial: + - 'patch: New prometheus/pushgateway upstream release 1.10.0! (https://github.com/prometheus-community/ansible/pull/418)' + release_date: '2024-09-20' 0.18.0: changes: bugfixes: diff --git a/galaxy.yml b/galaxy.yml index d363b66fc..9245de0b4 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: prometheus name: prometheus -version: 0.18.0 +version: 0.18.1 readme: README.md authors: - "Ben Kochie (https://github.com/SuperQ)"