From e23d70ece216f8a818240424c9d0190c157dd967 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 29 Jun 2024 07:32:57 +0000 Subject: [PATCH] release: Released v1.1.2 [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 68b41db..054cfca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.2](https://github.com/BottlecapDave/HomeAssistant-HarvestTimeTracker/compare/v1.1.1...v1.1.2) (2024-06-29) + + +### Bug Fixes + +* Fixed warning around use of deprecated HA function (15 minutes dev time) ([b6e458b](https://github.com/BottlecapDave/HomeAssistant-HarvestTimeTracker/commit/b6e458b14e0613cd4c853661de6a13aa39f5a34a)) + ## [1.1.1](https://github.com/BottlecapDave/HomeAssistant-HarvestTimeTracker/compare/v1.1.0...v1.1.1) (2024-01-13) diff --git a/custom_components/harvest_time_tracker/manifest.json b/custom_components/harvest_time_tracker/manifest.json index 9f78b41..cf03e20 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.1.1", + "version": "1.1.2", "zeroconf": [] } \ No newline at end of file