From e9f36bb4fd9e1d557bc6254bb2594d0654d75dde Mon Sep 17 00:00:00 2001 From: topsworld Date: Fri, 20 Dec 2024 20:47:03 +0800 Subject: [PATCH] doc: update changelog and version --- CHANGELOG.md | 11 +++++++++++ custom_components/xiaomi_home/manifest.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a14aec7..846e161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## v0.1.3 +### Added +### Changed +- Remove default bug label. #276 +- Improve multi-language translation actions. #256 +- Use aiohttp instead of waiting for blocking calls. #227 +- Language supports dt. #237 +### Fixed +- Fix local control error. #97 #106 #159 #198 #230 #242 #255 #263 #277 #282 +- Fix README_zh and miot_storage. #270 + ## v0.1.2 ### Added - Support Xiaomi Heater devices. https://github.com/XiaoMi/ha_xiaomi_home/issues/124 https://github.com/XiaoMi/ha_xiaomi_home/issues/117 diff --git a/custom_components/xiaomi_home/manifest.json b/custom_components/xiaomi_home/manifest.json index 5f55d15..19afdc2 100644 --- a/custom_components/xiaomi_home/manifest.json +++ b/custom_components/xiaomi_home/manifest.json @@ -26,8 +26,8 @@ "psutil", "aiohttp[speedups]" ], - "version": "v0.1.2", + "version": "v0.1.3", "zeroconf": [ "_miot-central._tcp.local." ] -} +} \ No newline at end of file