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