diff --git a/cloudcommander/CHANGELOG.md b/cloudcommander/CHANGELOG.md index 3a2e4738b..b87a7a1de 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 19.8.0 (2026-03-21) +- Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases) ## 19.6.8-4 (07-03-2026) - Minor bugs fixed ## 19.6.8-3 (06-03-2026) diff --git a/cloudcommander/config.yaml b/cloudcommander/config.yaml index a83c0cf45..a146fdae4 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-4" +version: "19.8.0" diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index 7a36e375f..78ea54a3d 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-02-28", + "last_update": "2026-03-21", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "19.6.8" + "upstream_version": "19.8.0" }