diff --git a/_config.yml b/_config.yml index ab7ed48bb3a..901bd01abf4 100644 --- a/_config.yml +++ b/_config.yml @@ -142,13 +142,13 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 79 -current_patch_version: 2 -date_released: 2018-10-01 +current_patch_version: 3 +date_released: 2018-10-02 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. # Major release: -patch_version_notes: "#release-0792---october-1" +patch_version_notes: "#release-0793---october-2" # Minor release (Example #release-0431---april-25): # Date we moved to Discourse for comments diff --git a/source/_posts/2018-10-01-release-79.markdown b/source/_posts/2018-10-01-release-79.markdown index 9409a414fd1..24c077bea57 100644 --- a/source/_posts/2018-10-01-release-79.markdown +++ b/source/_posts/2018-10-01-release-79.markdown @@ -92,6 +92,13 @@ Oh, and yes, there is also some cool new integrations. Support has been added fo [mqtt docs]: /components/mqtt/ [switch.zoneminder docs]: /components/switch.zoneminder/ +## {% linkable_title Release 0.79.3 - October 2 %} + +- Use correct event loop on Windows, fixing SSL and Subprocess requests. ([#16737], [#17066] - [@awarecan], [@balloob]) + +[#16737]: https://github.com/home-assistant/home-assistant/pull/16737 +[#17066]: https://github.com/home-assistant/home-assistant/pull/17066 + ## {% 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.