From 2f0a52cab8c9a5631715d7fb46f5165eb169719d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 2 May 2026 01:27:28 +0200 Subject: [PATCH] Updater bot : fireflyiii updated to 6.6.2 --- 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 b971b5b5f..06690d22d 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,4 +1,7 @@ +## 6.6.2 (2026-05-02) +- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) + ## 6.6.1 (2026-04-23) - 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 228a74488..82e84e17a 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.1" +version: "6.6.2" webui: "[PROTO:ssl]://[HOST]:[PORT:8080]" diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index 750b67a76..6c89cb9ac 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,9 +1,9 @@ { "github_exclude": "develop", - "last_update": "2026-04-23", + "last_update": "2026-05-02", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "6.6.1" + "upstream_version": "6.6.2" }