diff --git a/git_pull/CHANGELOG.md b/git_pull/CHANGELOG.md index 8b2cc17..3c0509d 100644 --- a/git_pull/CHANGELOG.md +++ b/git_pull/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 4.4 +- Update Hass.io CLI to 1.1.2 + ## 4.3 - Downgrade Hass.io CLI to 1.0.1 diff --git a/git_pull/build.json b/git_pull/build.json index aeac94c..83a1524 100644 --- a/git_pull/build.json +++ b/git_pull/build.json @@ -1,5 +1,5 @@ { "args": { - "CLI_VERSION": "1.0.1" + "CLI_VERSION": "1.1.2" } } diff --git a/git_pull/config.json b/git_pull/config.json index 42d3f27..c7549af 100644 --- a/git_pull/config.json +++ b/git_pull/config.json @@ -1,6 +1,6 @@ { "name": "Git pull", - "version": "4.3", + "version": "4.4", "slug": "git_pull", "description": "Simple git pull to update the local configuration", "url": "https://home-assistant.io/addons/git_pull/", diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index 1831015..b0ae166 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.3 +- Update Hass.io CLI to 1.1.2 + ## 3.2 - Downgrade Hass.io CLI to 1.0.1 diff --git a/ssh/build.json b/ssh/build.json index aeac94c..83a1524 100644 --- a/ssh/build.json +++ b/ssh/build.json @@ -1,5 +1,5 @@ { "args": { - "CLI_VERSION": "1.0.1" + "CLI_VERSION": "1.1.2" } } diff --git a/ssh/config.json b/ssh/config.json index cdd5797..e86f1c7 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH server", - "version": "3.2", + "version": "3.3", "slug": "ssh", "description": "Allows connections over SSH", "url": "https://home-assistant.io/addons/ssh/",