diff --git a/CHANGELOG.md b/CHANGELOG.md index 37aa6fa..0ea400c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.3](https://github.com/BottlecapDave/HomeAssistant-FirstBus/compare/v1.1.2...v1.1.3) (2023-08-12) + + +### Bug Fixes + +* Fixed sensor not reporting -1 when the bus is due ([e0ebd06](https://github.com/BottlecapDave/HomeAssistant-FirstBus/commit/e0ebd065ba3fc5ece573823baf2271a51f54aac1)) + ## [1.1.2](https://github.com/BottlecapDave/HomeAssistant-FirstBus/compare/v1.1.1...v1.1.2) (2022-09-05) diff --git a/custom_components/first_bus/manifest.json b/custom_components/first_bus/manifest.json index 0aca2aa..2ea6d5c 100644 --- a/custom_components/first_bus/manifest.json +++ b/custom_components/first_bus/manifest.json @@ -1,7 +1,6 @@ { "domain": "first_bus", "name": "First Bus", - "codeowners": [ "@bottlecapdave" ], @@ -12,6 +11,6 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/BottlecapDave/HomeAssistant-FirstBus/issues", "ssdp": [], - "version": "1.1.2", + "version": "1.1.3", "zeroconf": [] } \ No newline at end of file