From e439cb656edb9b9df60478da9a2c812c5b41f233 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 13 Jun 2025 18:29:48 +0200 Subject: [PATCH] Updater bot : fireflyiii updated to 6.2.17 --- 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 4cb44e93a..9fa41424e 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,4 +1,7 @@ +## 6.2.17 (13-06-2025) +- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) + ## 6.2.16 (31-05-2025) - Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) diff --git a/fireflyiii/config.json b/fireflyiii/config.json index 73c33c90a..63b887b3f 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.2.16", + "version": "6.2.17", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index 96105e019..c517a377d 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,9 +1,9 @@ { "github_exclude": "2025", - "last_update": "31-05-2025", + "last_update": "13-06-2025", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "6.2.16" + "upstream_version": "6.2.17" }