diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index db7e0c0..5384ebe 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 5.4 +- Update Hass.io CLI to 2.2.0 + ## 5.3 - Fix: User root not allowed because account is locked diff --git a/ssh/build.json b/ssh/build.json index 1690d59..ee9c196 100644 --- a/ssh/build.json +++ b/ssh/build.json @@ -1,5 +1,5 @@ { "args": { - "CLI_VERSION": "2.1.0" + "CLI_VERSION": "2.2.0" } } diff --git a/ssh/config.json b/ssh/config.json index ac0073f..a1bc2c6 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH server", - "version": "5.3", + "version": "5.4", "slug": "ssh", "description": "Allows connections over SSH", "url": "https://home-assistant.io/addons/ssh/",