diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fc81ea3..4d582489 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.58.0 - 2025-09-26 + +- New Feature: implement energy device clock synchronization via plugwise_usb [v0.47.0](https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.47.0) +- Update plugwise_usb to [v0.46.1](https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.46.1) + ## v0.57.0 - 2025-09-12 - Activate new Sense feature, report interval setting via PR [331](https://github.com/plugwise/plugwise_usb-beta/pull/331) diff --git a/custom_components/plugwise_usb/manifest.json b/custom_components/plugwise_usb/manifest.json index b6738a38..20aad9c6 100644 --- a/custom_components/plugwise_usb/manifest.json +++ b/custom_components/plugwise_usb/manifest.json @@ -9,6 +9,6 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/plugwise/python-plugwise-usb/issues", "loggers": ["plugwise_usb"], - "requirements": ["plugwise-usb==0.46.0"], - "version": "0.57.0" + "requirements": ["plugwise-usb==0.47.0"], + "version": "0.58.0" } diff --git a/pyproject.toml b/pyproject.toml index 20dbc58f..a80ab975 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "plugwise_usb-beta" -version = "0.57.0" +version = "0.58.0" description = "Plugwise USB custom_component (BETA)" readme = "README.md" requires-python = ">=3.13"