From 3305000ee974ad89753930618848cc9334283977 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Sep 2024 17:49:49 +0000 Subject: [PATCH] release: Released v2.0.2 [skip ci] --- CHANGELOG.md | 7 +++++++ custom_components/first_bus/manifest.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ee540..a6315fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.2](https://github.com/BottlecapDave/HomeAssistant-FirstBus/compare/v2.0.1...v2.0.2) (2024-09-24) + + +### Bug Fixes + +* Fixed buses attribute to only return target buses if specified ([a246509](https://github.com/BottlecapDave/HomeAssistant-FirstBus/commit/a246509b7d896cd8783e9095c7d45aabf1cb240d)) + ## [2.0.1](https://github.com/BottlecapDave/HomeAssistant-FirstBus/compare/v2.0.0...v2.0.1) (2024-06-29) diff --git a/custom_components/first_bus/manifest.json b/custom_components/first_bus/manifest.json index dac26ea..eb57b12 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": "2.0.1", + "version": "2.0.2", "zeroconf": [] } \ No newline at end of file