Skip to content

Commit

Permalink
doc: update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
topsworld committed Dec 20, 2024
1 parent bd3a98b commit e9f36bb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions custom_components/xiaomi_home/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"psutil",
"aiohttp[speedups]"
],
"version": "v0.1.2",
"version": "v0.1.3",
"zeroconf": [
"_miot-central._tcp.local."
]
}
}

0 comments on commit e9f36bb

Please sign in to comment.