From a8d330141d708dd869bde974f8c29b85f4bedae7 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 24 Mar 2020 14:10:03 +0100 Subject: [PATCH] 0.107.6 (#12502) --- _config.yml | 4 ++-- source/_posts/2020-03-18-release-107.markdown | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 19d9dad7a33..ceb013a414b 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 107 -current_patch_version: 5 -date_released: 2020-03-21 +current_patch_version: 6 +date_released: 2020-03-24 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2020-03-18-release-107.markdown b/source/_posts/2020-03-18-release-107.markdown index 4ec1c6731e8..af4f123718c 100644 --- a/source/_posts/2020-03-18-release-107.markdown +++ b/source/_posts/2020-03-18-release-107.markdown @@ -495,6 +495,23 @@ Experiencing issues introduced by this release? Please report them in our [issue [totalconnect docs]: /integrations/totalconnect/ [zha docs]: /integrations/zha/ +## Release 0.107.6 - March 24 + +- Integrate dockerbuild ([@pvizeli] - [#33168]) +- Fix script logging with name ([@balloob] - [#33120]) +- Fix minut point updating frozen config entry data ([@frenck] - [#33148]) ([point docs]) +- Bump OZW fork to 0.1.10 ([@pvizeli] - [#33205]) ([zwave docs]) + +[#33120]: https://github.com/home-assistant/core/pull/33120 +[#33148]: https://github.com/home-assistant/core/pull/33148 +[#33168]: https://github.com/home-assistant/core/pull/33168 +[#33205]: https://github.com/home-assistant/core/pull/33205 +[@balloob]: https://github.com/balloob +[@frenck]: https://github.com/frenck +[@pvizeli]: https://github.com/pvizeli +[point docs]: /integrations/point/ +[zwave docs]: /integrations/zwave/ + ## All changes - Nuki: add support for unique id ([@pvizeli] - [#31824]) ([nuki docs])