diff --git a/_config.yml b/_config.yml index 79d7564c7f0..83e8f0be3a1 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 98 -current_patch_version: 3 -date_released: 2019-09-04 +current_patch_version: 4 +date_released: 2019-09-06 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2019-08-28-release-98.markdown b/source/_posts/2019-08-28-release-98.markdown index fc279a33460..c2f62053513 100644 --- a/source/_posts/2019-08-28-release-98.markdown +++ b/source/_posts/2019-08-28-release-98.markdown @@ -193,6 +193,10 @@ Screencap of the batcave video. [version docs]: https://www.home-assistant.io/components/version/ [websocket_api docs]: https://www.home-assistant.io/components/websocket_api/ +## Release 0.98.3 - September 4 + + - Fix Tuya switches ([@balloob]) + ## 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).