chore: update version

This commit is contained in:
gardar 2024-02-25 03:32:57 +00:00 committed by github-actions[bot]
parent 6e134ee062
commit 6ade99befd
4 changed files with 15 additions and 2 deletions

View file

@ -4,6 +4,14 @@ Prometheus.Prometheus Release Notes
.. contents:: Topics
v0.14.0
=======
Minor Changes
-------------
- feat: Add bind_exporter role (https://github.com/prometheus-community/ansible/pull/305)
v0.13.1
=======

View file

@ -13,4 +13,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 0.13.1
version: 0.14.0

View file

@ -1,6 +1,11 @@
---
ancestor:
releases:
0.14.0:
changes:
minor_changes:
- 'feat: Add bind_exporter role (https://github.com/prometheus-community/ansible/pull/305)'
release_date: '2024-02-25'
0.13.1:
changes:
trivial:

View file

@ -1,7 +1,7 @@
---
namespace: prometheus
name: prometheus
version: 0.13.1
version: 0.14.0
readme: README.md
authors:
- "Ben Kochie (https://github.com/SuperQ)"