diff --git a/_config.yml b/_config.yml index 15b98b5be4b..41f8bb5eacb 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/source/_posts/2018-08-03-release-75.markdown b/source/_posts/2018-08-03-release-75.markdown index 262be79c437..37420c0a7c5 100644 --- a/source/_posts/2018-08-03-release-75.markdown +++ b/source/_posts/2018-08-03-release-75.markdown @@ -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... %}