From fbf2882a54f15f3216b292bff944a6fd3dda0fb7 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 13 Apr 2024 02:01:56 +0200 Subject: [PATCH] Updater bot : scrutiny_fa updated to v0.8.1 --- 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 047b665bf..afa9eb7a6 100644 --- a/scrutiny_fa/CHANGELOG.md +++ b/scrutiny_fa/CHANGELOG.md @@ -1,3 +1,6 @@ + +## v0.8.1 (13-04-2024) +- Update to latest version from analogj/scrutiny (changelog : https://github.com/analogj/scrutiny/releases) ## v0.8.0-3 (18-03-2024) - Minor bugs fixed ## v0.8.0-2 (17-03-2024) diff --git a/scrutiny_fa/config.json b/scrutiny_fa/config.json index e15e02687..21fcd826e 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.8.0-3" + "version": "v0.8.1" } diff --git a/scrutiny_fa/updater.json b/scrutiny_fa/updater.json index 684f61175..9fa8d2604 100644 --- a/scrutiny_fa/updater.json +++ b/scrutiny_fa/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "16-03-2024", + "last_update": "13-04-2024", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "scrutiny_fa", "source": "github", "upstream_repo": "analogj/scrutiny", - "upstream_version": "v0.8.0" + "upstream_version": "v0.8.1" }