From 9991dc879e6aec18e1a80c832595ae86a87746da Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 21 Aug 2018 11:45:06 +0200 Subject: [PATCH] Release 0.76.2 --- _config.yml | 6 +++--- source/_posts/2018-08-17-release-76.markdown | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 019e89f6b18..62c8df641b9 100644 --- a/_config.yml +++ b/_config.yml @@ -142,13 +142,13 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 76 -current_patch_version: 1 -date_released: 2018-08-19 +current_patch_version: 2 +date_released: 2018-08-21 # 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-0761---august-19" +patch_version_notes: "#release-0762---august-21" # Minor release (Example #release-0431---april-25): # Date we moved to Discourse for comments diff --git a/source/_posts/2018-08-17-release-76.markdown b/source/_posts/2018-08-17-release-76.markdown index 83edae20af5..2f72bd9b4c9 100644 --- a/source/_posts/2018-08-17-release-76.markdown +++ b/source/_posts/2018-08-17-release-76.markdown @@ -70,6 +70,14 @@ mqtt: [notify docs]: /components/notify/ [tuya docs]: /components/tuya/ +## {% linkable_title Release 0.76.2 - August 21 %} + +- Forgiving add index in migration ([@balloob] - [#16092]) +- Fix push notifications toggle ([@balloob]) + +[#16092]: https://github.com/home-assistant/home-assistant/pull/16092 +[@balloob]: https://github.com/balloob + ## {% 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.