diff --git a/fireflyiii_data_importer/CHANGELOG.md b/fireflyiii_data_importer/CHANGELOG.md index d8a921b8c..894b5a673 100644 --- a/fireflyiii_data_importer/CHANGELOG.md +++ b/fireflyiii_data_importer/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.2.3 (2026-04-11) +- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases) + ## 2.2.2 (2026-03-28) - Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases) diff --git a/fireflyiii_data_importer/Dockerfile b/fireflyiii_data_importer/Dockerfile index 32a6d5dea..735272698 100644 --- a/fireflyiii_data_importer/Dockerfile +++ b/fireflyiii_data_importer/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="2.2.2" +ARG BUILD_UPSTREAM="2.2.3" FROM ${BUILD_FROM} ################## diff --git a/fireflyiii_data_importer/config.yaml b/fireflyiii_data_importer/config.yaml index b21062aa6..bda6a5d29 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.2.2" +version: "2.2.3" webui: "[PROTO:ssl]://[HOST]:[PORT:8080]" diff --git a/fireflyiii_data_importer/updater.json b/fireflyiii_data_importer/updater.json index 761e8b3f1..8539e6e00 100644 --- a/fireflyiii_data_importer/updater.json +++ b/fireflyiii_data_importer/updater.json @@ -1,9 +1,9 @@ { "github_exclude": "develop", - "last_update": "2026-03-28", + "last_update": "2026-04-11", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii_data_importer", "source": "github", "upstream_repo": "firefly-iii/data-importer", - "upstream_version": "2.2.2" + "upstream_version": "2.2.3" }