Skip to content

Commit eb8cada

Browse files
committed
Update changelog bump release
1 parent 3596076 commit eb8cada

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ The format is based on `Keep a Changelog`_ and this project adheres to
1010
-------------
1111

1212

13+
`3.2.5`_ - 2024-04-17
14+
---------------------
15+
16+
Changed
17+
~~~~~~~
18+
19+
- Bump gunicorn from 21.2.0 to 22.0.0 (#241)
20+
21+
1322
`3.2.4`_ - 2024-04-12
1423
---------------------
1524

@@ -380,7 +389,8 @@ Added
380389

381390
.. _Keep a Changelog: http://keepachangelog.com/en/1.0.0/
382391
.. _Semantic Versioning: http://semver.org/spec/v2.0.0.html
383-
.. _Unreleased: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.4...HEAD
392+
.. _Unreleased: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.5...HEAD
393+
.. _3.2.5: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.5...v3.2.4
384394
.. _3.2.4: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.4...v3.2.3
385395
.. _3.2.3: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.3...v3.2.2
386396
.. _3.2.2: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.2.2...v3.2.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "prometheus-pve-exporter"
7-
version = "3.2.4"
7+
version = "3.2.5"
88
authors = [{ name = "Lorenz Schori", email = "[email protected]" }]
99
description = "Proxmox VE exporter for the Prometheus monitoring system."
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)