From d3fcb6ffb912936b6fd104e2b5444365fcb607be Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 15 Apr 2023 02:01:58 +0200 Subject: [PATCH] Updater bot : scrutiny updated to v0.7.1 --- scrutiny/CHANGELOG.md | 3 +++ scrutiny/config.json | 2 +- scrutiny/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/scrutiny/CHANGELOG.md b/scrutiny/CHANGELOG.md index 6c855dbd2..d60d3b739 100644 --- a/scrutiny/CHANGELOG.md +++ b/scrutiny/CHANGELOG.md @@ -1,4 +1,7 @@ +## v0.7.1 (15-04-2023) +- Update to latest version from analogj/scrutiny + ## v0.7.0 (08-04-2023) - Update to latest version from analogj/scrutiny - Implemented healthcheck diff --git a/scrutiny/config.json b/scrutiny/config.json index 7ab80a038..801f86471 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -85,5 +85,5 @@ "slug": "scrutiny", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", - "version": "v0.7.0" + "version": "v0.7.1" } diff --git a/scrutiny/updater.json b/scrutiny/updater.json index 651a80f7a..1e9d435d6 100644 --- a/scrutiny/updater.json +++ b/scrutiny/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "08-04-2023", + "last_update": "15-04-2023", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "scrutiny", "source": "github", "upstream_repo": "analogj/scrutiny", - "upstream_version": "v0.7.0" + "upstream_version": "v0.7.1" }