doc: update changelog and version to v0.1.4b0 (#312)

This commit is contained in:
Paul Shawn 2024-12-21 11:41:24 +08:00 committed by GitHub
parent 02ddf8df56
commit afef709839
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# CHANGELOG # CHANGELOG
## v0.1.4b0
### Added
### Changed
### Fixed
- Fix miot cloud token refresh logic. [#307](https://github.com/XiaoMi/ha_xiaomi_home/pull/307)
- Fix lan ctrl filter logic. [#303](https://github.com/XiaoMi/ha_xiaomi_home/pull/303)
## v0.1.3 ## v0.1.3
### Added ### Added
### Changed ### Changed

View File

@ -26,7 +26,7 @@
"psutil", "psutil",
"aiohttp[speedups]" "aiohttp[speedups]"
], ],
"version": "v0.1.3", "version": "v0.1.4b0",
"zeroconf": [ "zeroconf": [
"_miot-central._tcp.local." "_miot-central._tcp.local."
] ]