diff --git a/addon/CHANGELOG.md b/addon/CHANGELOG.md
index 4dbfc92..5dd8fdf 100644
--- a/addon/CHANGELOG.md
+++ b/addon/CHANGELOG.md
@@ -2,6 +2,22 @@
 
 This file is automatically generated from the git commit history.
 
+## [2025.01.01-ae1f0cc1] - 2025-01-01 13:40
+
+### ⚙️ Miscellaneous
+
+- Undoc_api: most fields of OneClickIotRuleDevice are Optional
+
+This should resolve a failure to parse the json response when
+most fields are null'd out.
+
+Turns out that we don't need the device field to activate
+a one-click, so we skip that part of the struct that we're
+extracting.
+
+refs: https://github.com/wez/govee2mqtt/issues/352
+
+
 ## [2024.12.31-39564aea] - 2024-12-31 14:51
 
 ### ⚙️ Miscellaneous
diff --git a/addon/config.yaml b/addon/config.yaml
index b16e8f7..1a190d7 100644
--- a/addon/config.yaml
+++ b/addon/config.yaml
@@ -1,6 +1,6 @@
 name: Govee to MQTT Bridge
 image: ghcr.io/wez/govee2mqtt-{arch}
-version: "2024.12.31-39564aea"
+version: "2025.01.01-ae1f0cc1"
 slug: govee2mqtt
 description: Control Govee Devices
 url: https://github.com/wez/govee2mqtt