From 8a25f8b69ee9387a6112c10a3f70600796182d5d Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 22 Jun 2022 19:39:39 +1000 Subject: [PATCH] Fix hacs repo issue --- custom_components/fordpass/manifest.json | 2 +- info.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/custom_components/fordpass/manifest.json b/custom_components/fordpass/manifest.json index 8a5c260..ef1094d 100644 --- a/custom_components/fordpass/manifest.json +++ b/custom_components/fordpass/manifest.json @@ -4,7 +4,7 @@ "config_flow": true, "documentation": "https://github.com/itchannel/fordpass-ha", "issue_tracker": "https://github.com/itchannel/fordpass-ha/issues", - "version": "0.1.32", + "version": "0.1.33", "requirements": ["dotted==0.1.8"], "ssdp": [], "zeroconf": [], diff --git a/info.md b/info.md index b9debe3..9d0313f 100644 --- a/info.md +++ b/info.md @@ -1,5 +1,7 @@ # **Changelog** +## Version 1.33 +- Fix occasional hacs error due to git tag issue ## Version 1.32 - Fix auth flow to comply with new endpoints **Warning - If you encounter auth errors please delete the token file located in the install directory or use the "delete_token" service**