diff --git a/fireflyiii_data_importer/CHANGELOG.md b/fireflyiii_data_importer/CHANGELOG.md index 84a115f8d..daef92683 100644 --- a/fireflyiii_data_importer/CHANGELOG.md +++ b/fireflyiii_data_importer/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.1.1-3 (2026-02-27) +- Fix boot failure due to unbound JSON_CONFIGURATION_DIR variable (https://github.com/alexbelgium/hassio-addons/issues/1852) + ## 2.1.1-2 (2026-02-23) - Fix cron auto-import no longer triggering after env changes (https://github.com/alexbelgium/hassio-addons/issues/1839) - Fix health check log spam in nginx diff --git a/fireflyiii_data_importer/config.yaml b/fireflyiii_data_importer/config.yaml index 9b0c58cc4..0da6260e9 100644 --- a/fireflyiii_data_importer/config.yaml +++ b/fireflyiii_data_importer/config.yaml @@ -101,5 +101,5 @@ schema: slug: fireflyiii_data_importer udev: true url: https://github.com/alexbelgium/hassio-addons -version: "2.1.1-2" +version: "2.1.1-3" webui: "[PROTO:ssl]://[HOST]:[PORT:8080]"