diff --git a/CHANGELOG.md b/CHANGELOG.md index a19b7fc..6ec8030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,3 +36,8 @@ Added several small improvements, leaving the package in a reasonable usable sta ## 1.3.9 2024-12-14 - Use logger instead of print to avoid log spew. The log level is configurable via the command line. + +## 1.3.10 2024-12-15 +- add product name info and capabilities for Halo Home Light Adapter +- add product name info and capabilities for Halo Home Lamp Dimmer +- add product name info and capabilities for Halo Home Recessed Downlight (RL) diff --git a/setup.cfg b/setup.cfg index f33f6e2..ff68222 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = avionmqtt -version = 1.3.9 +version = 1.3.10 author = Sean Kinsey author_email = oyvind@kinsey.no description = A python library to bridge between Avi-on based lights and Home Assistant using MQTT @@ -27,4 +27,4 @@ install_requires = aiomqtt ~=2.3.0 [options.packages.find] -where = src \ No newline at end of file +where = src