diff --git a/_config.yml b/_config.yml index 73f04dcb2f8..ad7f9d183c9 100644 --- a/_config.yml +++ b/_config.yml @@ -142,13 +142,13 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 78 -current_patch_version: 1 -date_released: 2018-09-20 +current_patch_version: 3 +date_released: 2018-09-22 # 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-0781---september-20" +patch_version_notes: "#release-0783---september-22" # Minor release (Example #release-0431---april-25): # Date we moved to Discourse for comments diff --git a/source/_posts/2018-09-15-release-78.markdown b/source/_posts/2018-09-15-release-78.markdown index 449b4efb79a..a8e712f1bc4 100644 --- a/source/_posts/2018-09-15-release-78.markdown +++ b/source/_posts/2018-09-15-release-78.markdown @@ -48,6 +48,20 @@ Also on your profile page is a new list of existing refresh tokens. These are al [media_player.cast docs]: /components/media_player.cast/ [sensor.snmp docs]: /components/sensor.snmp/ +## {% linkable_title Release 0.78.2 - September 21 %} + +- Fix discovery + +## {% linkable_title Release 0.78.3 - September 22 %} + +- Bump gtts-token to 1.1.2 ([@edif30] - [#16775]) ([tts docs]) + +[#16537]: https://github.com/home-assistant/home-assistant/pull/16537 +[#16775]: https://github.com/home-assistant/home-assistant/pull/16775 +[@edif30]: https://github.com/edif30 +[@frenck]: https://github.com/frenck +[tts docs]: /components/tts/ + ## {% 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.