diff --git a/CHANGELOG.md b/CHANGELOG.md index 40a8175..fbc072e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## v2.2.1 +- **fix**: Magnet shock status error #131 + ## v2.2.0 - **fix**: magnet presence value - **fix**: limit magnets sensors to be present only when system is sending presence value diff --git a/custom_components/hikvision_axpro/manifest.json b/custom_components/hikvision_axpro/manifest.json index 55856d3..16fbd8c 100644 --- a/custom_components/hikvision_axpro/manifest.json +++ b/custom_components/hikvision_axpro/manifest.json @@ -14,5 +14,5 @@ "hikaxpro==2.2.1", "requests" ], - "version": "2.2.0" + "version": "2.2.1" } \ No newline at end of file