diff --git a/CHANGELOG.md b/CHANGELOG.md index 23880ec..a4ee540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.0.1](https://github.com/BottlecapDave/HomeAssistant-FirstBus/compare/v2.0.0...v2.0.1) (2024-06-29) + + +### Bug Fixes + +* Fixed ATCO link when setting up integration ([5dfdae5](https://github.com/BottlecapDave/HomeAssistant-FirstBus/commit/5dfdae5871c72c6e66b980193e87c76128726f89)) +* Fixed warning around use of deprecated HA function (15 minutes dev time) ([757e873](https://github.com/BottlecapDave/HomeAssistant-FirstBus/commit/757e87322b15bacf9fef75f7d1f155cf2402414b)) + # [2.0.0](https://github.com/BottlecapDave/HomeAssistant-FirstBus/compare/v1.2.0...v2.0.0) (2024-01-20) diff --git a/custom_components/first_bus/manifest.json b/custom_components/first_bus/manifest.json index 4234d09..dac26ea 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": "2.0.0", + "version": "2.0.1", "zeroconf": [] } \ No newline at end of file