diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 04542296..72957447 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.0" + ".": "2.3.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b70a7fe..479a0074 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ +## [2.3.1](https://github.com/pdreker/fritz_exporter/compare/fritzexporter-v2.3.0...fritzexporter-v2.3.1) (2023-12-16) + + +### Bug Fixes + +* add type hints to data_donation.py ([369748a](https://github.com/pdreker/fritz_exporter/commit/369748a2fb1672b01bf1d9b44845b0368d989c28)) + + +### Documentation + +* **homeauto:** explicitly mention missing metrics ([d827b5d](https://github.com/pdreker/fritz_exporter/commit/d827b5daa4d8f61fcbcf99c9df08ba6005992e77)) + ## [2.3.0](https://github.com/pdreker/fritz_exporter/compare/v2.2.4...v2.3.0) (2023-10-03) diff --git a/pyproject.toml b/pyproject.toml index f7da6c56..ffad1a49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ testpaths = [ [tool.poetry] name = "fritz-exporter" -version = "2.3.0" +version = "2.3.1" description = "Prometheus exporter for AVM Fritz! Devices" authors = ["Patrick Dreker "] license = "Apache 2.0"