diff --git a/_config.yml b/_config.yml index 73eb6246622..439af869968 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: 4 -date_released: 2020-05-28 +current_patch_version: 5 +date_released: 2020-06-05 # 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 32e998ab9d3..d28ba10ae39 100644 --- a/source/_posts/2020-05-20-release-110.markdown +++ b/source/_posts/2020-05-20-release-110.markdown @@ -823,6 +823,16 @@ Experiencing issues introduced by this release? Please report them in our [issue [todoist docs]: /integrations/todoist/ [zeroconf docs]: /integrations/zeroconf/ +## Release 0.110.5 - June 5 + +- Add partial mobile app sensor validation ([#36433] - [@balloob]) +- Fix iOS app crashing on None values in Zeroconf service info ([#36490] - [@frenck]) +- Update myq for latest api changes ([#36469] - [@bdraco]) + +[#36433]: https://github.com/home-assistant/core/pull/36433 +[#36490]: https://github.com/home-assistant/core/pull/36490 +[#36469]: https://github.com/home-assistant/core/pull/36469 + ## All changes