diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f8b5d1e..5e2b23d 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.0.2`_ - 2023-11-05 +--------------------- + +Changed +~~~~~~~ + +- Specify same arguments for upload-artifact and download-artifact actions + (#196) + + `3.0.1`_ - 2023-11-05 --------------------- @@ -300,7 +310,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.0.1...HEAD +.. _Unreleased: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.0.2...HEAD +.. _3.0.2: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.0.2...v3.0.1 .. _3.0.1: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.0.1...v3.0.0 .. _3.0.0: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v3.0.0b1...v3.0.0 .. _3.0.0b1: https://github.com/prometheus-pve/prometheus-pve-exporter/compare/v2.3.1...v3.0.0b1 diff --git a/setup.py b/setup.py index e7d1363..834c47e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="prometheus-pve-exporter", - version="3.0.1", + version="3.0.2", author="Lorenz Schori", author_email="lo@znerol.ch", description=("Proxmox VE exporter for the Prometheus monitoring system."),