diff --git a/_config.yml b/_config.yml index 0f5c110cb3c..c3bfb11752a 100644 --- a/_config.yml +++ b/_config.yml @@ -139,8 +139,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 95 -current_patch_version: 2 -date_released: 2019-06-28 +current_patch_version: 3 +date_released: 2019-06-29 # 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-06-26-release-95.markdown b/source/_posts/2019-06-26-release-95.markdown index 1befd3cc233..5bf94938e8e 100644 --- a/source/_posts/2019-06-26-release-95.markdown +++ b/source/_posts/2019-06-26-release-95.markdown @@ -136,6 +136,14 @@ We have also realized that the default database clean up task never automaticall [script docs]: /components/script/ [zha docs]: /components/zha/ +## {% linkable_title Release 0.95.3 - June 28 %} + +- Alexa sync state report ([@balloob] - [#24835]) ([cloud docs]) + +[#24835]: https://github.com/home-assistant/home-assistant/pull/24835 +[@balloob]: https://github.com/balloob +[cloud docs]: /components/cloud/ + ## {% 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).