From a773cf8ac8668354c1e39a5595f27c6d170ac05f Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 21 Mar 2026 01:27:20 +0100 Subject: [PATCH] Updater bot : fireflyiii updated to 6.5.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 f73932542..96f708982 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,4 +1,7 @@ +## 6.5.6 (2026-03-21) +- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) + ## 6.5.4 (2026-03-07) - 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 7d14c511f..628275b00 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.5.4" +version: "6.5.6" webui: "[PROTO:ssl]://[HOST]:[PORT:8080]" diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index 86bac9ddb..08c46ce89 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,9 +1,9 @@ { "github_exclude": "develop", - "last_update": "2026-03-07", + "last_update": "2026-03-21", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "6.5.4" + "upstream_version": "6.5.6" }