diff --git a/git_pull/CHANGELOG.md b/git_pull/CHANGELOG.md index 3c0509d..1b6ee69 100644 --- a/git_pull/CHANGELOG.md +++ b/git_pull/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 4.5 +- Update Hass.io CLI to 1.2.1 + ## 4.4 - Update Hass.io CLI to 1.1.2 diff --git a/git_pull/build.json b/git_pull/build.json index 83a1524..bd614a1 100644 --- a/git_pull/build.json +++ b/git_pull/build.json @@ -1,5 +1,5 @@ { "args": { - "CLI_VERSION": "1.1.2" + "CLI_VERSION": "1.2.1" } } diff --git a/git_pull/config.json b/git_pull/config.json index c7549af..ad8bb52 100644 --- a/git_pull/config.json +++ b/git_pull/config.json @@ -1,6 +1,6 @@ { "name": "Git pull", - "version": "4.4", + "version": "4.5", "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 b0ae166..cb3f56b 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.4 +- Update Hass.io CLI to 1.2.1 + ## 3.3 - Update Hass.io CLI to 1.1.2 diff --git a/ssh/build.json b/ssh/build.json index 83a1524..bd614a1 100644 --- a/ssh/build.json +++ b/ssh/build.json @@ -1,5 +1,5 @@ { "args": { - "CLI_VERSION": "1.1.2" + "CLI_VERSION": "1.2.1" } } diff --git a/ssh/config.json b/ssh/config.json index e86f1c7..11bc3be 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH server", - "version": "3.3", + "version": "3.4", "slug": "ssh", "description": "Allows connections over SSH", "url": "https://home-assistant.io/addons/ssh/",