From 710ca2fcbcccdfc3d912aff1f84c89b34d20626c Mon Sep 17 00:00:00 2001 From: Linus Dietz <45101649+Dielee@users.noreply.github.com> Date: Fri, 9 Aug 2024 09:32:21 +0200 Subject: [PATCH] Bump version --- src/CHANGELOG.md | 6 ++++++ src/config.yaml | 2 +- src/const.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index d6f9a68..1725fa9 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.9.6 +### 🐛 Bug Fixes: + +- Fixed interior and exterior Images #219 +- Take care of broken token files #220 + ## v1.9.5 ### 🚀 Features: diff --git a/src/config.yaml b/src/config.yaml index 3395c96..c625852 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -1,6 +1,6 @@ name: "Volvo2Mqtt" description: "Volvo AAOS MQTT bridge" -version: "1.9.5" +version: "1.9.6" slug: "volvo2mqtt" init: false url: "https://github.com/Dielee/volvo2mqtt" diff --git a/src/const.py b/src/const.py index ecb3942..65c33f5 100644 --- a/src/const.py +++ b/src/const.py @@ -1,6 +1,6 @@ from config import settings -VERSION = "v1.9.5" +VERSION = "v1.9.6" OAUTH_TOKEN_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2" OAUTH_AUTH_URL = "https://volvoid.eu.volvocars.com/as/authorization.oauth2"