diff --git a/omni-tools/CHANGELOG.md b/omni-tools/CHANGELOG.md index 84ccc3c27..5cb995944 100644 --- a/omni-tools/CHANGELOG.md +++ b/omni-tools/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.6.0 (04-10-2025) +- Update to latest version from iib0011/omni-tools (changelog : https://github.com/iib0011/omni-tools/releases) ## v0.5.0 (30-07-2025) - Minor bugs fixed ## 0.5.0 (30-07-2025) diff --git a/omni-tools/config.json b/omni-tools/config.json index a690d1d10..66ab4b5de 100644 --- a/omni-tools/config.json +++ b/omni-tools/config.json @@ -18,6 +18,6 @@ }, "slug": "omni-tools", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "v0.5.0", + "version": "0.6.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" } diff --git a/omni-tools/updater.json b/omni-tools/updater.json index a0b3d78a8..55ef21c05 100644 --- a/omni-tools/updater.json +++ b/omni-tools/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "25-07-2025", + "last_update": "04-10-2025", "repository": "alexbelgium/hassio-addons", "slug": "omni-tools", "source": "github", "upstream_repo": "iib0011/omni-tools", - "upstream_version": "0.5.0" + "upstream_version": "0.6.0" }