From 2e0ea021cff3f97455bd6bd7bcad410d6aa8a00b Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 11 Oct 2025 01:57:01 +0200 Subject: [PATCH] Updater bot : fireflyiii updated to 6.4.2 --- fireflyiii/CHANGELOG.md | 3 +++ fireflyiii/config.json | 2 +- fireflyiii/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/fireflyiii/CHANGELOG.md b/fireflyiii/CHANGELOG.md index 8ef7bd8a3..4750631c1 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 6.4.2 (11-10-2025) +- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) ## 6.4.0-3 (21-09-2025) - Minor bugs fixed ## 6.4.0-2 (21-09-2025) diff --git a/fireflyiii/config.json b/fireflyiii/config.json index 57d3cc5b5..6caf01ca1 100644 --- a/fireflyiii/config.json +++ b/fireflyiii/config.json @@ -111,6 +111,6 @@ "startup": "services", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "6.4.0-3", + "version": "6.4.2", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index 3248da23f..f0c2240b6 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,9 +1,9 @@ { "github_exclude": "2025", - "last_update": "20-09-2025", + "last_update": "11-10-2025", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "6.4.0" + "upstream_version": "6.4.2" }