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" }