From e932d710c322867ea968a31973e87618a29c0ee3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 5 Oct 2024 04:46:47 +0000 Subject: [PATCH] release: Released v1.2.4 [skip ci] --- CHANGELOG.md | 7 +++++++ custom_components/harvest_time_tracker/manifest.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff7f794..29e9f63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.4](https://github.com/BottlecapDave/HomeAssistant-HarvestTimeTracker/compare/v1.2.3...v1.2.4) (2024-10-05) + + +### Bug Fixes + +* Fixed issue with migrating config entries from older versions of the integration ([b63e9c5](https://github.com/BottlecapDave/HomeAssistant-HarvestTimeTracker/commit/b63e9c5f4058f3775a0ce7448f95e5389f7c635c)) + ## [1.2.3](https://github.com/BottlecapDave/HomeAssistant-HarvestTimeTracker/compare/v1.2.2...v1.2.3) (2024-09-22) diff --git a/custom_components/harvest_time_tracker/manifest.json b/custom_components/harvest_time_tracker/manifest.json index 354c667..427426c 100644 --- a/custom_components/harvest_time_tracker/manifest.json +++ b/custom_components/harvest_time_tracker/manifest.json @@ -14,6 +14,6 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/BottlecapDave/HomeAssistant-HarvestTimeTracker/issues", "ssdp": [], - "version": "1.2.3", + "version": "1.2.4", "zeroconf": [] } \ No newline at end of file