diff --git a/cloudcommander/CHANGELOG.md b/cloudcommander/CHANGELOG.md index 780a14445..cb45be59d 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 17.0.0 (16-12-2023) +- Update to latest version from coderaiser/cloudcmd + ## 16.18.0 (09-12-2023) - Update to latest version from coderaiser/cloudcmd ### 16.17.7-6 (25-11-2023) diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 1e2ec1d0f..42f9765c5 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -96,5 +96,5 @@ "slug": "cloudcommander", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", - "version": "16.18.0" + "version": "17.0.0" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index 8b865ab63..d288964d5 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "09-12-2023", + "last_update": "16-12-2023", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "16.18.0" + "upstream_version": "17.0.0" }