diff --git a/p1-logger/CHANGELOG.md b/p1-logger/CHANGELOG.md index e7e1a41..d2bc0a0 100644 --- a/p1-logger/CHANGELOG.md +++ b/p1-logger/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.0.5] 2024-08-14 + +- Previously, P1 logger wouldn't run properly on systems with processor architectures other than ARM64. This release fixes that, as this was caused by an issue with multi-platform builds. +- Adds support for voltage sags and swells to the ESPHome example config. +- The go version was upgraded from 1.22 to 1.23 and go dependencies were upgraded. + ## [0.0.4] 2024-07-26 - Adds support for logging electricity sags and swells diff --git a/p1-logger/config.yml b/p1-logger/config.yml index 773d06e..f222a2f 100644 --- a/p1-logger/config.yml +++ b/p1-logger/config.yml @@ -1,7 +1,7 @@ # https://developers.home-assistant.io/docs/add-ons/configuration/ --- name: P1 Logger -version: "0.0.4" +version: "0.0.5" slug: p1_logger description: "P1 Logger add-on for Home Assistant" url: https://git.hollander.online/energy/home-assistant-addons/src/branch/main/p1-logger