diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index cf9c586..7ac58de 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,3 +1,8 @@ +## v1.8.25 +### 🚀 Features: + +- Fix INTERNAL_SERVER_ERROR #165 + ## v1.8.24 ### 🚀 Features: diff --git a/src/const.py b/src/const.py index 3b4538d..5dfd4c6 100644 --- a/src/const.py +++ b/src/const.py @@ -1,6 +1,6 @@ from config import settings -VERSION = "v1.8.24" +VERSION = "v1.8.25" OAUTH_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2" VEHICLES_URL = "https://api.volvocars.com/connected-vehicle/v2/vehicles"