From 3513c45ada716b79ef7ac95edabdd07406b3bb4a Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 4 Jul 2026 01:27:30 +0200 Subject: [PATCH] Updater bot : fireflyiii updated to 6.6.6 --- fireflyiii/CHANGELOG.md | 3 +++ fireflyiii/config.yaml | 2 +- fireflyiii/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/fireflyiii/CHANGELOG.md b/fireflyiii/CHANGELOG.md index 66361cdbed..dac872bcb6 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 6.6.6 (2026-07-04) +- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) ## 6.6.3 (2026-05-22) - Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) diff --git a/fireflyiii/config.yaml b/fireflyiii/config.yaml index a3c03fc123..c0310b7947 100644 --- a/fireflyiii/config.yaml +++ b/fireflyiii/config.yaml @@ -104,5 +104,5 @@ slug: fireflyiii startup: services udev: true url: https://github.com/alexbelgium/hassio-addons -version: "6.6.3" +version: "6.6.6" webui: "[PROTO:ssl]://[HOST]:[PORT:8080]" diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index e74469b3f8..368f90a909 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,9 +1,9 @@ { "github_exclude": "develop", - "last_update": "2026-05-22", + "last_update": "2026-07-04", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "6.6.3" + "upstream_version": "6.6.6" }