diff --git a/scrutiny_fa/CHANGELOG.md b/scrutiny_fa/CHANGELOG.md index 2958a75a91..72c5514856 100644 --- a/scrutiny_fa/CHANGELOG.md +++ b/scrutiny_fa/CHANGELOG.md @@ -1,7 +1,4 @@ -## v1.68.0 (2026-08-01) -- Update to latest version from Starosdev/scrutiny (changelog : https://github.com/Starosdev/scrutiny/releases) - ## v1.67.0-8 (2026-07-18) - Verify every backup file checksum and symbolic-link target, record the content-validation method in the migration marker, atomically preserve the previous archive until replacement validation succeeds, and remove the blocking synthetic FIFO test fixture. diff --git a/scrutiny_fa/config.yaml b/scrutiny_fa/config.yaml index f5281f668a..8feb452402 100644 --- a/scrutiny_fa/config.yaml +++ b/scrutiny_fa/config.yaml @@ -45,4 +45,4 @@ schema: slug: scrutiny_fa udev: true url: https://github.com/Starosdev/scrutiny -version: "v1.68.0" +version: "v1.67.0.8" diff --git a/scrutiny_fa/updater.json b/scrutiny_fa/updater.json index dcfa6d8953..fb23844f00 100644 --- a/scrutiny_fa/updater.json +++ b/scrutiny_fa/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "2026-08-01", + "last_update": "2026-07-18", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "scrutiny_fa", "source": "github", "upstream_repo": "Starosdev/scrutiny", - "upstream_version": "v1.68.0" + "upstream_version": "v1.67.0" }