Release 0.75.3

This commit is contained in:
Paulus Schoutsen 2018-08-09 14:35:22 +02:00
parent deef1ecb88
commit 615922e5f1
2 changed files with 10 additions and 3 deletions

View File

@ -142,13 +142,13 @@ social:
# Home Assistant release details
current_major_version: 0
current_minor_version: 75
current_patch_version: 2
date_released: 2018-08-06
current_patch_version: 3
date_released: 2018-08-09
# 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-0752---august-6"
patch_version_notes: "#release-0753---august-9"
# Minor release (Example #release-0431---april-25):
# Date we moved to Discourse for comments

View File

@ -49,6 +49,13 @@ This release also includes a bunch more Tuya integrations thanks to [@huangyupen
- Upgrade voluptuous to 0.11.5 ([@fabaff] - [#15830])
- Fix envisalink reconnect ([@Cinntax] - [#15832]) ([envisalink docs])
## {% linkable_title Release 0.75.3 - August 9 %}
- Fix downgrade hassio cannot get refresh_token issue ([@awarecan] - [#15874]) ([hassio docs])
[#15874]: https://github.com/home-assistant/home-assistant/pull/15874
[@awarecan]: https://github.com/awarecan
[hassio docs]: /components/hassio/
## {% linkable_title If you need help... %}