diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index 9672d53..01c9b9e 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 8.5.3 + +- Update Home Assistant CLI to 4.2.0 + ## 8.5.2 - Update Home Assistant CLI to 4.1.0 diff --git a/ssh/build.json b/ssh/build.json index 7a7c17f..9ecaa8f 100644 --- a/ssh/build.json +++ b/ssh/build.json @@ -7,7 +7,7 @@ "i386": "homeassistant/i386-base:3.11" }, "args": { - "CLI_VERSION": "4.1.0", + "CLI_VERSION": "4.2.0", "LIBWEBSOCKETS_VERSION": "v3.2.2", "TTYD_VERSION": "1.6.0" } diff --git a/ssh/config.json b/ssh/config.json index 5792a84..03d3a8f 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "Terminal & SSH", - "version": "8.5.2", + "version": "8.5.3", "slug": "ssh", "description": "Allow logging in remotely to Home Assistant using SSH", "url": "https://github.com/home-assistant/hassio-addons/tree/master/ssh",