diff --git a/CHANGES.rst b/CHANGES.rst index 3a7966c..a07af68 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +3.0.1 - 2024-12-14 +================== + +- Fix debug message for dotenv file loading. + + 3.0.0 - 2024-12-13 ================== diff --git a/prometheus_aioexporter/__init__.py b/prometheus_aioexporter/__init__.py index 3e76416..2f06989 100644 --- a/prometheus_aioexporter/__init__.py +++ b/prometheus_aioexporter/__init__.py @@ -16,4 +16,4 @@ "__version__", ] -__version__ = "3.0.0" +__version__ = "3.0.1"