Release 0.76.2

This commit is contained in:
Paulus Schoutsen 2018-08-21 11:45:06 +02:00
parent 93fc628a2d
commit 9991dc879e
2 changed files with 11 additions and 3 deletions

View File

@ -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

View File

@ -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.