diff --git a/_config.yml b/_config.yml index 9b54ea88b83..20ec588125d 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 118 -current_patch_version: 4 -date_released: 2020-11-26 +current_patch_version: 5 +date_released: 2020-12-05 # 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/2020-11-18-release-118.markdown b/source/_posts/2020-11-18-release-118.markdown index d10fbe32136..7a09dfd29c9 100644 --- a/source/_posts/2020-11-18-release-118.markdown +++ b/source/_posts/2020-11-18-release-118.markdown @@ -50,6 +50,7 @@ All in all, a fine release, with an exciting one ahead of us. - [Release 0.118.2 - November 20](#release-01182---november-20) - [Release 0.118.3 - November 23](#release-01183---november-23) - [Release 0.118.4 - November 26](#release-01184---november-26) +- [Release 0.118.5 - December 5](#release-01185---december-5) - [If you need help...](#if-you-need-help) - [Breaking Changes](#breaking-changes) - [Farewell to the following](#farewell-to-the-following) @@ -367,6 +368,25 @@ The following integrations are now available via the Home Assistant UI: [onewire docs]: /integrations/onewire/ [zha docs]: /integrations/zha/ +## Release 0.118.5 - December 5 + +- Bump pyatmo to v4.2.1 ([@cgtobi] - [#43713]) ([netatmo docs]) +- Increase timeout for snapshot upload ([@ludeeus] - [#43851]) ([hassio docs]) +- Implement new Google TTS API via dedicated library ([@marvin-w] - [#43863]) ([google_translate docs]) +- Pin pip < 20.3 ([@MartinHjelmare] - [#43771]) + +[#43713]: https://github.com/home-assistant/core/pull/43713 +[#43771]: https://github.com/home-assistant/core/pull/43771 +[#43851]: https://github.com/home-assistant/core/pull/43851 +[#43863]: https://github.com/home-assistant/core/pull/43863 +[@MartinHjelmare]: https://github.com/MartinHjelmare +[@cgtobi]: https://github.com/cgtobi +[@ludeeus]: https://github.com/ludeeus +[@marvin-w]: https://github.com/marvin-w +[google_translate docs]: /integrations/google_translate/ +[hassio docs]: /integrations/hassio/ +[netatmo docs]: /integrations/netatmo/ + ## 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).