From 625d02f2f3e66853e674ec72ee08332f447e52c6 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 9 Jun 2020 12:37:50 -0700 Subject: [PATCH] Release 110.7 --- _config.yml | 4 ++-- source/_posts/2020-05-20-release-110.markdown | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 05d8da6f7de..31d3cc6c9ce 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 110 -current_patch_version: 6 -date_released: 2020-06-08 +current_patch_version: 7 +date_released: 2020-06-09 # 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-05-20-release-110.markdown b/source/_posts/2020-05-20-release-110.markdown index 853cb320f53..4a4441452a0 100644 --- a/source/_posts/2020-05-20-release-110.markdown +++ b/source/_posts/2020-05-20-release-110.markdown @@ -839,6 +839,12 @@ Experiencing issues introduced by this release? Please report them in our [issue [#36566]: https://github.com/home-assistant/core/pull/36566 +## Release 0.110.6 - June 8 + +- Fix mobile_app missing state in sensor registration ([#36604] - [@frenck]) + +[#36604]: https://github.com/home-assistant/core/pull/36604 + ## All changes