From 36413c8265097733e6865d841e38e181b59fe969 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 Sep 2022 06:27:27 +0000 Subject: [PATCH] release: Released v1.1.0 [skip ci] --- CHANGELOG.md | 12 ++++++++++++ custom_components/first_bus/manifest.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6424dfc..64a5fa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.1.0](https://github.com/BottlecapDave/HomeAssistant-FirstBus/compare/v1.0.3...v1.1.0) (2022-09-02) + + +### Bug Fixes + +* **config:** Fixed updating buses to other buses ([9297c86](https://github.com/BottlecapDave/HomeAssistant-FirstBus/commit/9297c86575d8200f3a6339c354e87554c0b99566)) + + +### Features + +* **sensor:** Added stop code to bus sensor ([536fa87](https://github.com/BottlecapDave/HomeAssistant-FirstBus/commit/536fa87eb4b1c24a36d168dfc1dcbbbaeff07877)) + ## [1.0.3](https://github.com/BottlecapDave/HomeAssistant-FirstBus/compare/v1.0.2...v1.0.3) (2022-08-31) diff --git a/custom_components/first_bus/manifest.json b/custom_components/first_bus/manifest.json index bdf6b9f..93bfadf 100644 --- a/custom_components/first_bus/manifest.json +++ b/custom_components/first_bus/manifest.json @@ -11,6 +11,6 @@ "codeowners": [ "@bottlecapdave" ], - "version": "1.0.3", + "version": "1.1.0", "iot_class": "cloud_polling" } \ No newline at end of file