diff --git a/CHANGELOG.md b/CHANGELOG.md index 47ecc0f..6424dfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/BottlecapDave/HomeAssistant-FirstBus/compare/v1.0.2...v1.0.3) (2022-08-31) + + +### Bug Fixes + +* **api-client:** Fixed retrieving buses when no specific buses are specified ([7b31424](https://github.com/BottlecapDave/HomeAssistant-FirstBus/commit/7b31424348a30171714f216c2d36772f8eae3bd2)) + ## [1.0.1](https://github.com/BottlecapDave/HomeAssistant-FirstBus/compare/v1.0.0...v1.0.1) (2021-10-30) diff --git a/custom_components/first_bus/manifest.json b/custom_components/first_bus/manifest.json index 11ac36f..bdf6b9f 100644 --- a/custom_components/first_bus/manifest.json +++ b/custom_components/first_bus/manifest.json @@ -11,6 +11,6 @@ "codeowners": [ "@bottlecapdave" ], - "version": "2021.10.01", + "version": "1.0.3", "iot_class": "cloud_polling" -} +} \ No newline at end of file