Skip to content

Commit b18821c

Browse files
authored
Release v0.8.6 (#358)
1 parent add4421 commit b18821c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Changelog
22

3-
## 0.8.6 (draft)
3+
## 0.8.6
44

55
This is a minor release that fixes a validation issue that caused the integration to stop working for users with at least one charger they only have the User role for.
6+
See issue #357
67

78
In addition, it also fixes an issue where calls to the localSettings-API triggered an error on validating the response.
9+
See issue #354
810

911
## 0.8.5
1012

custom_components/zaptec/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from __future__ import annotations
44

55
NAME = "zaptec"
6-
VERSION = "0.8.5"
6+
VERSION = "0.8.6"
77
ISSUEURL = "https://github.com/custom-components/zaptec/issues"
88

99
DOMAIN = "zaptec"

custom_components/zaptec/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"pydantic>=2.11.7,<2.13",
1717
"aiolimiter==1.2.1"
1818
],
19-
"version": "0.8.5"
19+
"version": "0.8.6"
2020
}

0 commit comments

Comments
 (0)