diff --git a/CHANGELOG.md b/CHANGELOG.md index f385a3e2d..e7273f586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # Changelog -## Ongoing +## v0.46.1 - 2025-09-25 - PR [337](https://github.com/plugwise/python-plugwise-usb/pull/337): Improve node removal, remove and reset the node as executed by Source, and remove the cache-file. -- PR [342](https://github.com/plugwise/python-plugwise-usb/pull/342): Improve node_type chaching. +- PR [342](https://github.com/plugwise/python-plugwise-usb/pull/342): Improve node_type caching. - PR [343](https://github.com/plugwise/python-plugwise-usb/pull/343): Improve writing of cache-files. - PR [344](https://github.com/plugwise/python-plugwise-usb/pull/344): Don't store plus-device in nodetypes cache. - PR [348](https://github.com/plugwise/python-plugwise-usb/pull/348): Fix broken auto-joining. diff --git a/pyproject.toml b/pyproject.toml index b2db8aace..a46a3a4ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "plugwise_usb" -version = "0.46.1a2" +version = "0.46.1" license = "MIT" keywords = ["home", "automation", "plugwise", "module", "usb"] classifiers = [