diff --git a/configurator/CHANGELOG.md b/configurator/CHANGELOG.md index 51017a6..5514aaf 100644 --- a/configurator/CHANGELOG.md +++ b/configurator/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.3 + +- Fix issue with aarch64 and ingress + ## 3.2 - Add `mdi:wrench` as panel icon diff --git a/configurator/config.json b/configurator/config.json index a62ddf1..4965532 100644 --- a/configurator/config.json +++ b/configurator/config.json @@ -1,6 +1,6 @@ { "name": "Configurator", - "version": "3.2", + "version": "3.3", "slug": "configurator", "description": "Browser-based configuration file editor for Home Assistant.", "url": "https://home-assistant.io/addons/configurator",