From 1d8132d93aea01ba17e9f0d4bfea76123e01b3ee Mon Sep 17 00:00:00 2001 From: linus Date: Wed, 16 Oct 2024 07:41:57 +0200 Subject: [PATCH] Bump version --- src/CHANGELOG.md | 5 +++++ src/config.yaml | 2 +- src/const.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 894a69f..34c4b7c 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,3 +1,8 @@ +## v1.10.2 +### 🐛 Bug Fixes: + +- Remove unused multiplier options #239 + ## v1.10.1 ### 🚀 Features: diff --git a/src/config.yaml b/src/config.yaml index c77e628..c486e17 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -1,6 +1,6 @@ name: "Volvo2Mqtt" description: "Volvo AAOS MQTT bridge" -version: "1.10.1" +version: "1.10.2" slug: "volvo2mqtt" init: false url: "https://github.com/Dielee/volvo2mqtt" diff --git a/src/const.py b/src/const.py index 49eb69f..487bd4c 100644 --- a/src/const.py +++ b/src/const.py @@ -1,6 +1,6 @@ from config import settings -VERSION = "v1.10.1" +VERSION = "v1.10.2" OAUTH_TOKEN_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2" OAUTH_AUTH_URL = "https://volvoid.eu.volvocars.com/as/authorization.oauth2"