diff --git a/git_pull/CHANGELOG.md b/git_pull/CHANGELOG.md index d549120..58069ae 100644 --- a/git_pull/CHANGELOG.md +++ b/git_pull/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 7.6 + +- Update Hass.io CLI to 3.1.0 + ## 7.5 - Update Hass.io CLI to 3.0.0 diff --git a/git_pull/build.json b/git_pull/build.json index 79ca131..010c804 100644 --- a/git_pull/build.json +++ b/git_pull/build.json @@ -1,5 +1,5 @@ { "args": { - "CLI_VERSION": "3.0.0" + "CLI_VERSION": "3.1.0" } } diff --git a/git_pull/config.json b/git_pull/config.json index be3cdf2..e4d96f8 100644 --- a/git_pull/config.json +++ b/git_pull/config.json @@ -1,6 +1,6 @@ { "name": "Git pull", - "version": "7.5", + "version": "7.6", "slug": "git_pull", "description": "Simple git pull to update the local configuration", "url": "https://home-assistant.io/addons/git_pull/",