diff --git a/scrutiny/CHANGELOG.md b/scrutiny/CHANGELOG.md index de49010df6..e56c0a8977 100644 --- a/scrutiny/CHANGELOG.md +++ b/scrutiny/CHANGELOG.md @@ -1,4 +1,7 @@ +## v1.62.1 (2026-05-30) +- Update to latest version from Starosdev/scrutiny (changelog : https://github.com/Starosdev/scrutiny/releases) + ## v1.59.0 (2026-05-22) - Update to latest version from Starosdev/scrutiny (changelog : https://github.com/Starosdev/scrutiny/releases) diff --git a/scrutiny/config.yaml b/scrutiny/config.yaml index 95a4153772..de55e03523 100644 --- a/scrutiny/config.yaml +++ b/scrutiny/config.yaml @@ -113,4 +113,4 @@ schema: slug: scrutiny udev: true url: https://github.com/Starosdev/scrutiny -version: "v1.59.0" +version: "v1.62.1" diff --git a/scrutiny/updater.json b/scrutiny/updater.json index e717f4e577..c948f64c9d 100644 --- a/scrutiny/updater.json +++ b/scrutiny/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "2026-05-22", + "last_update": "2026-05-30", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "scrutiny", "source": "github", "upstream_repo": "Starosdev/scrutiny", - "upstream_version": "v1.59.0" + "upstream_version": "v1.62.1" }