diff --git a/_config.yml b/_config.yml index 735d2b72708..be6e0715fee 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 106 -current_patch_version: 5 -date_released: 2020-03-03 +current_patch_version: 6 +date_released: 2020-03-10 # 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-02-26-release-106.markdown b/source/_posts/2020-02-26-release-106.markdown index 362767ba7eb..2a8198f96f7 100644 --- a/source/_posts/2020-02-26-release-106.markdown +++ b/source/_posts/2020-02-26-release-106.markdown @@ -429,6 +429,26 @@ Added a Coronavirus integration to help monitor the ongoing epidemic. [More info [@balloob]: https://github.com/balloob [@bdraco]: https://github.com/bdraco +## Release 0.106.6 - March 10 + +- Get pending iCloud devices when available + request again when needs an update ([@Quentame] - [#32400]) ([icloud docs]) +- Send messages conforming new facebook policy ([@chmielowiec] - [#32516]) ([facebook docs]) +- Update python-velbus to fix a missing data file ([@Cereal2nd] - [#32580]) ([velbus docs]) +- Upgrade to coronavirus 1.1.0 ([@balloob] - [#32648]) ([coronavirus docs]) + +[#32400]: https://github.com/home-assistant/core/pull/32400 +[#32516]: https://github.com/home-assistant/core/pull/32516 +[#32580]: https://github.com/home-assistant/core/pull/32580 +[#32648]: https://github.com/home-assistant/core/pull/32648 +[@Cereal2nd]: https://github.com/Cereal2nd +[@Quentame]: https://github.com/Quentame +[@balloob]: https://github.com/balloob +[@chmielowiec]: https://github.com/chmielowiec +[coronavirus docs]: /integrations/coronavirus/ +[facebook docs]: /integrations/facebook/ +[icloud docs]: /integrations/icloud/ +[velbus docs]: /integrations/velbus/ + ## All changes - Change scan_interval defaults for Tesla ([@alandtse] - [#31194]) ([tesla docs]) (breaking change)