diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a5fa3..ea5fde5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/BottlecapDave/HomeAssistant-FirstBus/compare/v1.1.0...v1.1.1) (2022-09-02) + + +### Bug Fixes + +* **sensor:** Added unit of measurement so value isn't present in log book ([7cc38bf](https://github.com/BottlecapDave/HomeAssistant-FirstBus/commit/7cc38bfb3ec6c61b09f915cb5b1d77597e19e8e0)) + # [1.1.0](https://github.com/BottlecapDave/HomeAssistant-FirstBus/compare/v1.0.3...v1.1.0) (2022-09-02) diff --git a/custom_components/first_bus/manifest.json b/custom_components/first_bus/manifest.json index 93bfadf..031496d 100644 --- a/custom_components/first_bus/manifest.json +++ b/custom_components/first_bus/manifest.json @@ -11,6 +11,6 @@ "codeowners": [ "@bottlecapdave" ], - "version": "1.1.0", + "version": "1.1.1", "iot_class": "cloud_polling" } \ No newline at end of file