diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5292b84..00bac13 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,17 @@ The format is based on `Keep a Changelog`_ and this project adheres to ------------- +`3.4.7`_ - 2024-12-17 +--------------------- + +Changed +~~~~~~~ + +- Bump proxmoxer from 2.1.0 to 2.2.0 (#309) +- Bump prometheus-client from 0.21.0 to 0.21.1 (#308) +- Bump alpine from 3.20.3 to 3.21.0 (#307) + + `3.4.6`_ - 2024-12-02 --------------------- @@ -474,7 +485,8 @@ Added .. _Keep a Changelog: http://keepachangelog.com/en/1.0.0/ .. _Semantic Versioning: http://semver.org/spec/v2.0.0.html -.. _Unreleased: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.4.6...HEAD +.. _Unreleased: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.4.7...HEAD +.. _3.4.7: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.4.6...v3.4.7 .. _3.4.6: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.4.5...v3.4.6 .. _3.4.5: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.4.4...v3.4.5 .. _3.4.4: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.4.3...v3.4.4 diff --git a/pyproject.toml b/pyproject.toml index 85df502..b1d205a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "prometheus-pve-exporter" -version = "3.4.6" +version = "3.4.7" authors = [{ name = "Lorenz Schori", email = "lo@znerol.ch" }] description = "Proxmox VE exporter for the Prometheus monitoring system." requires-python = ">=3.9"