diff --git a/cloudcommander/CHANGELOG.md b/cloudcommander/CHANGELOG.md index edf9c15c1f..d33dfcf4e5 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 19.20.4 (2026-08-29) +- Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases) + ## 19.20.0 (2026-08-08) - Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases) diff --git a/cloudcommander/config.yaml b/cloudcommander/config.yaml index e5bf647e8d..06f24847b3 100644 --- a/cloudcommander/config.yaml +++ b/cloudcommander/config.yaml @@ -104,4 +104,4 @@ schema: slug: cloudcommander udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander -version: "19.20.0" +version: "19.20.4" diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index d033ad3925..6010dd842d 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-08-08", + "last_update": "2026-08-29", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "19.20.0" + "upstream_version": "19.20.4" }