From 01180572960734b9dad284ee0d5828f64a60d75a Mon Sep 17 00:00:00 2001 From: Tom Scholten Date: Mon, 3 Jun 2024 17:07:28 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 14 +++++++++++--- custom_components/stromer/manifest.json | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e42da4..fb501fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,24 @@ ## Changelog -### JAN 2024 [0.3.2 (alpha/beta)] +### Ongoing + +- Add multibike support (see 0.4 beta progress) + +### JUN 2024 [0.3.2] + +- Added trip_reset button +- Released v0.3(.2) as new stable version + +### JAN 2024 - Added to HACS default repository (yay!) -- Attempt to add trip_data reset button ### DEC 2023 [0.3.1 (alpha/beta] - Released version 0.3 -### DEC 2023 [0.3.0 (alpha/beta] +### DEC 2023 [0.3.0 (alpha/beta)] - Introduce Lock and Light switches - Fix UnitOf[X] for future HA compatibility (e.g. TEMP_CELSIUS => UnitOfTemperature.CELSIUS) diff --git a/custom_components/stromer/manifest.json b/custom_components/stromer/manifest.json index 463cf14..c18c640 100644 --- a/custom_components/stromer/manifest.json +++ b/custom_components/stromer/manifest.json @@ -8,5 +8,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/CoMPaTech/stromer/issues", "requirements": [], - "version": "0.3.2a5" + "version": "0.3.2" }