diff --git a/_config.yml b/_config.yml index 2e4d5e75e81..22f707391b6 100644 --- a/_config.yml +++ b/_config.yml @@ -99,8 +99,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 96 -current_patch_version: 4 -date_released: 2019-07-23 +current_patch_version: 5 +date_released: 2019-07-25 # 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-07-17-release-96.markdown b/source/_posts/2019-07-17-release-96.markdown index c5d70834b35..78eb93ed8a4 100644 --- a/source/_posts/2019-07-17-release-96.markdown +++ b/source/_posts/2019-07-17-release-96.markdown @@ -245,6 +245,21 @@ The Home Assistant Podcast has published [episode 53](https://hasspodcast.io/ha0 [netatmo docs]: /components/netatmo/ [sonos docs]: /components/sonos/ +## Release 0.96.5 - July 25 + +- Bump geniushub client ([@zxdavb] - [#25458]) ([geniushub docs]) +- Allow cors for static files ([@balloob] - [#25468]) ([http docs]) +- Fix Nest turning off eco ([@balloob] - [#25472]) ([nest docs]) + +[#25458]: https://github.com/home-assistant/home-assistant/pull/25458 +[#25468]: https://github.com/home-assistant/home-assistant/pull/25468 +[#25472]: https://github.com/home-assistant/home-assistant/pull/25472 +[@balloob]: https://github.com/balloob +[@zxdavb]: https://github.com/zxdavb +[geniushub docs]: /components/geniushub/ +[http docs]: /components/http/ +[nest docs]: /components/nest/ + ## 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).