diff --git a/fireflyiii/CHANGELOG.md b/fireflyiii/CHANGELOG.md index e9ad5e042..9fe8011c7 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,4 +1,7 @@ +## 6.4.15 (08-01-2026) +- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) + ## 20260101.1 (03-01-2026) - 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 8617798ea..606bcc40c 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: "20260101.1" +version: "6.4.15" webui: "[PROTO:ssl]://[HOST]:[PORT:8080]" diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index 86b4a9018..f2a6afaca 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,9 +1,9 @@ { "github_exclude": "develop", - "last_update": "03-01-2026", + "last_update": "08-01-2026", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "20260101.1" + "upstream_version": "6.4.15" }