diff --git a/apps/interactor/docs/changelog.rst b/apps/interactor/docs/changelog.rst index 4aa8c67b..63667aa7 100644 --- a/apps/interactor/docs/changelog.rst +++ b/apps/interactor/docs/changelog.rst @@ -5,7 +5,7 @@ Changelog .. _release-interactor-0-12-5: -0.12.5 - TBD +0.12.5 - 20 November 2022 * Added GET /v1/lifx/status that returns "working" * Removed prebuilt homeassistant image and changed the plugin to offer a Dockerfile that is built on installation instead diff --git a/apps/interactor/interactor/__init__.py b/apps/interactor/interactor/__init__.py index 7c11f37c..43b0479d 100644 --- a/apps/interactor/interactor/__init__.py +++ b/apps/interactor/interactor/__init__.py @@ -1,4 +1,4 @@ -VERSION = "0.12.4" +VERSION = "0.12.5" ZEROCONF_TYPE = "_photons._tcp.local."