From a3a19976f2b76acb097dabd70bbf63688bb1b033 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 28 Jan 2019 20:29:04 -0800 Subject: [PATCH] Version bump to 0.86.4 --- _config.yml | 4 ++-- source/_posts/2019-01-23-release-86.markdown | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 0ed1eca7007..a01e12f706e 100644 --- a/_config.yml +++ b/_config.yml @@ -144,8 +144,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 86 -current_patch_version: 3 -date_released: 2019-01-26 +current_patch_version: 4 +date_released: 2019-01-29 # 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/2019-01-23-release-86.markdown b/source/_posts/2019-01-23-release-86.markdown index 6fd29d8ee4c..ae9a47d6f62 100644 --- a/source/_posts/2019-01-23-release-86.markdown +++ b/source/_posts/2019-01-23-release-86.markdown @@ -102,6 +102,21 @@ Another noteworthy breaking change (sorry!), is that the automation `time` trigg [@starkillerOG]: https://github.com/starkillerOG [hue docs]: /components/hue/ +## {% linkable_title Release 0.86.4 - January 28 %} + +- Bumps aioasuswrt ([@kennedyshead] - [#20432]) ([asuswrt docs]) +- Add check to validate gamut ([@starkillerOG] - [#20518]) +- fix #20387 devices without model/protocol ([@fredrike] - [#20530]) ([tellduslive docs]) + +[#20432]: https://github.com/home-assistant/home-assistant/pull/20432 +[#20518]: https://github.com/home-assistant/home-assistant/pull/20518 +[#20530]: https://github.com/home-assistant/home-assistant/pull/20530 +[@fredrike]: https://github.com/fredrike +[@kennedyshead]: https://github.com/kennedyshead +[@starkillerOG]: https://github.com/starkillerOG +[asuswrt docs]: /components/asuswrt/ +[tellduslive docs]: /components/tellduslive/ + ## {% linkable_title If you need help... %} ...don't hesitate to use our very active [forums](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.