diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e48389..bc9f16d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.1.0 + +* Add child pids to metrics + ## 1.0.0 * Initial version. diff --git a/setup.cfg b/setup.cfg index 1482fff..24e6cfe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = systemctl2mqtt -version = 1.0.0 +version = 1.1.0 author = Cyrill Raccaud author_email = cyrill.raccaud+pypi@gmail.com description = Send your systemctl stats and and events to mqtt and discovery them in home assistant. diff --git a/systemctl2mqtt/__init__.py b/systemctl2mqtt/__init__.py index 30eb82d..63fbf57 100644 --- a/systemctl2mqtt/__init__.py +++ b/systemctl2mqtt/__init__.py @@ -1,6 +1,6 @@ """systemctl2mqtt package.""" -__VERSION__ = "1.0.0" +__VERSION__ = "1.1.0" from .const import ( ANSI_ESCAPE,