diff --git a/CHANGELOG.md b/CHANGELOG.md index d19d4fa..6d4f36d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # CHANGELOG +## v0.1.4 +### Added +- Refactor miot network, add network detection logic, improve devices filter logic. [458](https://github.com/XiaoMi/ha_xiaomi_home/pull/458) [#191](https://github.com/XiaoMi/ha_xiaomi_home/pull/191) +### Changed +- Remove tev dependency for lan control & fixs. [#333](https://github.com/XiaoMi/ha_xiaomi_home/pull/333) +- Use yaml to parse action params. [#447](https://github.com/XiaoMi/ha_xiaomi_home/pull/447) +- Update issue template. [#445](https://github.com/XiaoMi/ha_xiaomi_home/pull/445) +- Remove duplicate dependency(aiohttp) [#390](https://github.com/XiaoMi/ha_xiaomi_home/pull/390) +### Fixed + ## v0.1.4b1 ### Added - Support devices filter, and device changed notify logical refinement. [#332](https://github.com/XiaoMi/ha_xiaomi_home/pull/332) diff --git a/custom_components/xiaomi_home/manifest.json b/custom_components/xiaomi_home/manifest.json index 9e7951a..79a6bdb 100644 --- a/custom_components/xiaomi_home/manifest.json +++ b/custom_components/xiaomi_home/manifest.json @@ -25,7 +25,7 @@ "cryptography", "psutil" ], - "version": "v0.1.4b1", + "version": "v0.1.4", "zeroconf": [ "_miot-central._tcp.local." ]