From ffb2cc5a2aa0c9fd95d6c97bbdc7e878f52cd8a0 Mon Sep 17 00:00:00 2001 From: znerol Date: Tue, 6 Feb 2024 10:08:01 +0100 Subject: [PATCH] Update changelog bump release (#227) --- CHANGELOG.rst | 11 ++++++++++- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f17a7f6..f293f28 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,16 @@ The format is based on `Keep a Changelog`_ and this project adheres to `Unreleased`_ ------------- +`3.2.2`_ - 2024-02-06 +--------------------- + +Changed +~~~~~~~ + +- Bump cryptography from 41.0.7 to 42.0.0 (#226) +- Bump alpine container image version from 3.19.0 to 3.19.1 (#225) + + `3.2.1`_ - 2024-01-07 --------------------- @@ -17,7 +27,6 @@ Changed - Build cffi and pyyaml from source (#222) - Use appropriate build tools to create dist for pypi (#220) -- Bump alpine container image version from 3.19.0 to 3.19.1 (#225) `3.2.0`_ - 2024-01-06 diff --git a/pyproject.toml b/pyproject.toml index 702d375..b014202 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "prometheus-pve-exporter" -version = "3.2.1" +version = "3.2.2" authors = [{ name = "Lorenz Schori", email = "lo@znerol.ch" }] description = "Proxmox VE exporter for the Prometheus monitoring system." requires-python = ">=3.9"