Skip to content

Commit

Permalink
chore(main): release fritzexporter 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pdreker committed Dec 16, 2023
1 parent 3dbfcdc commit 5d5e22a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.3.0"
".": "2.3.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit 5d5e22a

Please sign in to comment.