diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 1c7bc9e..2254b4a 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,4 +1,4 @@ -## v1.2.0 +## v1.12.0 ### 🚀 Features: diff --git a/src/config.yaml b/src/config.yaml index b44858d..8517bad 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -1,6 +1,6 @@ name: "Volvo2Mqtt" description: "Volvo AAOS MQTT bridge" -version: "1.2.0" +version: "1.12.0" slug: "volvo2mqtt" init: false url: "https://github.com/Dielee/volvo2mqtt" diff --git a/src/const.py b/src/const.py index 0f8a428..23d2a74 100644 --- a/src/const.py +++ b/src/const.py @@ -1,6 +1,6 @@ from config import settings -VERSION = "v1.2.0" +VERSION = "v1.12.0" OAUTH_TOKEN_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2" OAUTH_AUTH_URL = "https://volvoid.eu.volvocars.com/as/authorization.oauth2"