diff --git a/git_pull/CHANGELOG.md b/git_pull/CHANGELOG.md index d5e2733c9c2..0ef82bc087c 100644 --- a/git_pull/CHANGELOG.md +++ b/git_pull/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 7.13.1 + +- Update Home Assistant CLI to 4.12.2 + ## 7.13.0 - Update Home Assistant CLI to 4.12.1 diff --git a/git_pull/build.json b/git_pull/build.json index 968b83a0bf7..410226e9479 100644 --- a/git_pull/build.json +++ b/git_pull/build.json @@ -7,6 +7,6 @@ "i386": "ghcr.io/home-assistant/i386-base:3.13" }, "args": { - "CLI_VERSION": "4.12.1" + "CLI_VERSION": "4.12.2" } } diff --git a/git_pull/config.json b/git_pull/config.json index d66978c21ff..17af2d1fe8f 100644 --- a/git_pull/config.json +++ b/git_pull/config.json @@ -1,6 +1,6 @@ { "name": "Git pull", - "version": "7.13.0", + "version": "7.13.1", "slug": "git_pull", "description": "Simple git pull to update the local configuration", "url": "https://github.com/home-assistant/hassio-addons/tree/master/git_pull",