diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index 8c31074..d87a5f4 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 6.2 + +- Update Hass.io CLI to 3.0.0 + ## 6.1 - Update Hass.io CLI to 2.3.0 diff --git a/ssh/build.json b/ssh/build.json index e8526a2..244ae30 100644 --- a/ssh/build.json +++ b/ssh/build.json @@ -7,6 +7,6 @@ "aarch64": "homeassistant/aarch64-base:3.10" }, "args": { - "CLI_VERSION": "2.3.0" + "CLI_VERSION": "3.0.0" } } diff --git a/ssh/config.json b/ssh/config.json index 5962e3f..aecdab9 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH server", - "version": "6.1", + "version": "6.2", "slug": "ssh", "description": "Allows connections over SSH", "url": "https://github.com/home-assistant/hassio-addons/tree/master/ssh",