From c17881af67696fc6ac11012205141973b5be604f Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 9 May 2019 14:31:38 +0200 Subject: [PATCH] Fix-aarch-problems (#579) * Fix-aarch-problems * Update CHANGELOG.md --- configurator/CHANGELOG.md | 4 ++++ configurator/config.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",