chore: update version

This commit is contained in:
gardar 2023-04-26 16:49:37 +00:00 committed by github-actions[bot]
parent bc03fe42e8
commit f942999613
4 changed files with 15 additions and 2 deletions

View file

@ -5,6 +5,14 @@ Prometheus.Prometheus Release Notes
.. contents:: Topics
v0.4.1
======
Bugfixes
--------
- fix: pass token to github api for higher ratelimit (https://github.com/prometheus-community/ansible/pull/91)
v0.4.0
======

View file

@ -13,4 +13,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 0.4.0
version: 0.4.1

View file

@ -106,3 +106,8 @@ releases:
trivial:
- 'docs: avoid maintaining variable documentation in many places (https://github.com/prometheus-community/ansible/pull/85)'
release_date: '2023-03-26'
0.4.1:
changes:
bugfixes:
- 'fix: pass token to github api for higher ratelimit (https://github.com/prometheus-community/ansible/pull/91)'
release_date: '2023-04-26'

View file

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