diff --git a/scrutiny_fa/CHANGELOG.md b/scrutiny_fa/CHANGELOG.md index faa3ebb7e..1c29774c1 100644 --- a/scrutiny_fa/CHANGELOG.md +++ b/scrutiny_fa/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_fa/config.json b/scrutiny_fa/config.json index 4604cd759..9375929fe 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.0" + "version": "v0.7.1" } diff --git a/scrutiny_fa/updater.json b/scrutiny_fa/updater.json index 9108892cf..70de10482 100644 --- a/scrutiny_fa/updater.json +++ b/scrutiny_fa/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_fa", "source": "github", "upstream_repo": "analogj/scrutiny", - "upstream_version": "v0.7.0" + "upstream_version": "v0.7.1" }