This commit is contained in:
Franck Nijhof 2020-03-21 07:54:00 +01:00
parent 7c180e1893
commit db95ad87e9
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with 18 additions and 1 deletions

View File

@ -101,7 +101,7 @@ social:
# Home Assistant release details
current_major_version: 0
current_minor_version: 107
current_patch_version: 3
current_patch_version: 4
date_released: 2020-03-20
# Either # or the anchor link to latest release notes in the blog post.

View File

@ -448,6 +448,23 @@ Experiencing issues introduced by this release? Please report them in our [issue
[netatmo docs]: /integrations/netatmo/
[person docs]: /integrations/person/
## Release 0.107.4 - March 20
- Add negative tests for identify schema for packages ([@balloob] - [#33050])
- Bump simplisafe-python to 9.0.4 ([@bachya] - [#33059]) ([simplisafe docs])
- Bump aioasuswrt to 1.2.3 and fix asuswrt sensor ([@Knapoc] - [#33064]) ([asuswrt docs])
- Fix package default extraction ([@balloob] - [#33071])
[#33050]: https://github.com/home-assistant/core/pull/33050
[#33059]: https://github.com/home-assistant/core/pull/33059
[#33064]: https://github.com/home-assistant/core/pull/33064
[#33071]: https://github.com/home-assistant/core/pull/33071
[@Knapoc]: https://github.com/Knapoc
[@bachya]: https://github.com/bachya
[@balloob]: https://github.com/balloob
[asuswrt docs]: /integrations/asuswrt/
[simplisafe docs]: /integrations/simplisafe/
## All changes
- Nuki: add support for unique id ([@pvizeli] - [#31824]) ([nuki docs])