diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 1725fa9..24a12f9 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,3 +1,8 @@ +## v1.9.7 +### 🐛 Bug Fixes: + +- Fix EX30 battery state #230 + ## v1.9.6 ### 🐛 Bug Fixes: diff --git a/src/const.py b/src/const.py index a99f699..6b8a912 100644 --- a/src/const.py +++ b/src/const.py @@ -1,6 +1,6 @@ from config import settings -VERSION = "v1.9.6" +VERSION = "v1.9.7" OAUTH_TOKEN_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2" OAUTH_AUTH_URL = "https://volvoid.eu.volvocars.com/as/authorization.oauth2"