From e444b6a838a808979329a50ef0223fb85d7d6cb5 Mon Sep 17 00:00:00 2001 From: Linus Dietz <45101649+Dielee@users.noreply.github.com> Date: Tue, 23 Jan 2024 08:44:57 +0100 Subject: [PATCH] Bump version --- src/CHANGELOG.md | 5 +++++ src/const.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"