From f65577b76adbe80e0dcd6a9db55b9c89eaa2b7a5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 21 Oct 2023 07:25:35 +0000 Subject: [PATCH] release: Released v1.1.4 [skip ci] --- CHANGELOG.md | 8 ++++++++ custom_components/first_bus/manifest.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ea400c..719db95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.1.4](https://github.com/BottlecapDave/HomeAssistant-FirstBus/compare/v1.1.3...v1.1.4) (2023-10-21) + + +### Bug Fixes + +* Fixed unsetting buses for existing entries ([0703fca](https://github.com/BottlecapDave/HomeAssistant-FirstBus/commit/0703fca5ea7c17d447697bb962b8f01336d9c864)) +* Updated bus filters to support buses with with spaces ([c8fe0a2](https://github.com/BottlecapDave/HomeAssistant-FirstBus/commit/c8fe0a2a825281914465c5ed550981f49d253759)) + ## [1.1.3](https://github.com/BottlecapDave/HomeAssistant-FirstBus/compare/v1.1.2...v1.1.3) (2023-08-12) diff --git a/custom_components/first_bus/manifest.json b/custom_components/first_bus/manifest.json index 2ea6d5c..5ed67b6 100644 --- a/custom_components/first_bus/manifest.json +++ b/custom_components/first_bus/manifest.json @@ -11,6 +11,6 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/BottlecapDave/HomeAssistant-FirstBus/issues", "ssdp": [], - "version": "1.1.3", + "version": "1.1.4", "zeroconf": [] } \ No newline at end of file