This commit is contained in:
Paulus Schoutsen 2020-03-18 18:21:38 -07:00
parent ae424f724c
commit 5c9fee260d
2 changed files with 17 additions and 3 deletions

View File

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

View File

@ -375,6 +375,20 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Updated frontend to 20200318.0 ([@bramkragten] - [#32931]) ([frontend docs]) (beta fix)
- Fix flaky tests for HMIPC ([@SukramJ] - [#32806]) (beta fix)
## Release 0.107.1 - March 18
- Updated frontend to 20200318.1 ([@bramkragten] - [#32957]) ([frontend docs])
- Add device automation as frontend dependency ([@balloob] - [#32962]) ([frontend docs])
- Fix zone config ([@balloob] - [#32963]) ([zone docs])
[#32957]: https://github.com/home-assistant/core/pull/32957
[#32962]: https://github.com/home-assistant/core/pull/32962
[#32963]: https://github.com/home-assistant/core/pull/32963
[@balloob]: https://github.com/balloob
[@bramkragten]: https://github.com/bramkragten
[frontend docs]: /integrations/frontend/
[zone docs]: /integrations/zone/
## All changes
- Nuki: add support for unique id ([@pvizeli] - [#31824]) ([nuki docs])