diff --git a/_config.yml b/_config.yml index 85cc687d588..d5494fa77e9 100644 --- a/_config.yml +++ b/_config.yml @@ -100,7 +100,7 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 116 -current_patch_version: 3 +current_patch_version: 4 date_released: 2020-10-15 # Either # or the anchor link to latest release notes in the blog post. diff --git a/source/_posts/2020-10-07-release-116.markdown b/source/_posts/2020-10-07-release-116.markdown index aef1a8a686b..65022e06a43 100644 --- a/source/_posts/2020-10-07-release-116.markdown +++ b/source/_posts/2020-10-07-release-116.markdown @@ -46,6 +46,7 @@ As always, enjoy the release! - [Release 0.116.1 - October 8](#release-01161---october-8) - [Release 0.116.2 - October 9](#release-01162---october-9) - [Release 0.116.3 - October 15](#release-01163---october-15) +- [Release 0.116.4 - October 15](#release-01164---october-15) - [If you need help...](#if-you-need-help) - [Breaking Changes](#breaking-changes) - [All changes](#all-changes) @@ -290,6 +291,20 @@ The following integrations are now available via the Home Assistant UI: [synology_dsm docs]: /integrations/synology_dsm/ [websocket_api docs]: /integrations/websocket_api/ +## Release 0.116.4 - October 15 + +- Bump ONVIF and pin Zeep ([@hunterjm] - [#41907]) ([onvif docs]) +- Cap AVC profile level at 4.1 in stream master playlist ([@uvjustin] - [#41592]) ([stream docs]) + +[#41592]: https://github.com/home-assistant/core/pull/41592 +[#41879]: https://github.com/home-assistant/core/pull/41879 +[#41907]: https://github.com/home-assistant/core/pull/41907 +[@hunterjm]: https://github.com/hunterjm +[@pvizeli]: https://github.com/pvizeli +[@uvjustin]: https://github.com/uvjustin +[onvif docs]: /integrations/onvif/ +[stream docs]: /integrations/stream/ + ## 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).