Release 0.96.5

This commit is contained in:
Paulus Schoutsen 2019-07-25 09:53:29 -07:00
parent 20143387ea
commit 18b98032ae
2 changed files with 17 additions and 2 deletions

View File

@ -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.

View File

@ -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).