diff --git a/cloudcommander/CHANGELOG.md b/cloudcommander/CHANGELOG.md index b9a9825e5..c09985118 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 16.14.0 (11-03-2023) +- Update to latest version from coderaiser/cloudcmd - Implemented healthcheck ## 16.13.1 (04-02-2023) diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 23d0cacc8..c25b9e226 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -76,5 +76,5 @@ }, "slug": "cloudcommander", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", - "version": "16.13.1" + "version": "16.14.0" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index 9f185308c..06a23f9b2 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "04-02-2023", + "last_update": "11-03-2023", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "16.13.1" + "upstream_version": "16.14.0" }