From 15497e92c2bc7053a2a33014eed2488df10f8503 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 16 Mar 2024 02:01:41 +0100 Subject: [PATCH] Updater bot : scrutiny_fa updated to v0.8.0 --- scrutiny_fa/CHANGELOG.md | 3 +++ scrutiny_fa/config.json | 2 +- scrutiny_fa/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/scrutiny_fa/CHANGELOG.md b/scrutiny_fa/CHANGELOG.md index a1f27c322..b6fc2396a 100644 --- a/scrutiny_fa/CHANGELOG.md +++ b/scrutiny_fa/CHANGELOG.md @@ -1,4 +1,7 @@ +## v0.8.0 (16-03-2024) +- Update to latest version from analogj/scrutiny + ## v0.7.3 (02-03-2024) - Update to latest version from analogj/scrutiny diff --git a/scrutiny_fa/config.json b/scrutiny_fa/config.json index 3cbd91390..28dcbc3f8 100644 --- a/scrutiny_fa/config.json +++ b/scrutiny_fa/config.json @@ -48,5 +48,5 @@ "slug": "scrutiny_fa", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", - "version": "v0.7.3" + "version": "v0.8.0" } diff --git a/scrutiny_fa/updater.json b/scrutiny_fa/updater.json index bb77cbb9d..684f61175 100644 --- a/scrutiny_fa/updater.json +++ b/scrutiny_fa/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "02-03-2024", + "last_update": "16-03-2024", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "scrutiny_fa", "source": "github", "upstream_repo": "analogj/scrutiny", - "upstream_version": "v0.7.3" + "upstream_version": "v0.8.0" }