diff --git a/CHANGELOG.md b/CHANGELOG.md index 719db95..620f73e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/BottlecapDave/HomeAssistant-FirstBus/compare/v1.1.4...v1.2.0) (2024-01-13) + + +### Features + +* Added buses attribute to sensor (Thanks [@garthy](https://github.com/garthy)) ([39994d1](https://github.com/BottlecapDave/HomeAssistant-FirstBus/commit/39994d1fbbdbfb04b798b60a0f98a0768e23160a)) + ## [1.1.4](https://github.com/BottlecapDave/HomeAssistant-FirstBus/compare/v1.1.3...v1.1.4) (2023-10-21) diff --git a/custom_components/first_bus/manifest.json b/custom_components/first_bus/manifest.json index 5ed67b6..9eb6d89 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.4", + "version": "1.2.0", "zeroconf": [] } \ No newline at end of file