diff --git a/cloudcommander/CHANGELOG.md b/cloudcommander/CHANGELOG.md index 55c8b16fd..5a361cc5c 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 19.6.8-2 (2026-03-07) +- Fix argument quoting in cloudcmd launch command + ## 19.6.8 (2026-02-28) - 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 30c967405..9041bd7fe 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.6.8" +version: "19.6.8-2"