diff --git a/_config.yml b/_config.yml index 6d527adc531..a271a7361bb 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 111 -current_patch_version: 2 -date_released: 2020-06-13 +current_patch_version: 3 +date_released: 2020-06-15 # 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-06-10-release-111.markdown b/source/_posts/2020-06-10-release-111.markdown index cb5403f26bb..d066321d397 100644 --- a/source/_posts/2020-06-10-release-111.markdown +++ b/source/_posts/2020-06-10-release-111.markdown @@ -398,6 +398,32 @@ The integrations below have been removed: [powerwall docs]: /integrations/powerwall/ [xiaomi_miio docs]: /integrations/xiaomi_miio/ +## Release 0.111.3 - June 16 + +- Upgrade wled 0.4.3 ([@frenck] - [#36760]) +- Fix history graphs with mysql/mariadb ([@bdraco] - [#36769]) +- Fix nanoleaf attribute when running an effect ([@N1c093] - [#36794]) +- Bump ZHA quirks to 0.0.40 ([@dmulcahey] - [#36797]) +- Fix X10 devices and adding default links ([@teharris1] - [#36807]) +- Fire config changed event during start ([@balloob] - [#36812]) +- Bump aioasuswrt to 1.2.6 ([@kennedyshead] - [#36820]) +- Fix cloudhooks coming in for non existing webhooks ([@balloob] - [#36836]) + +[@bdraco]: https://github.com/bdraco +[@N1c093]: https://github.com/N1c093 +[@dmulcahey]: https://github.com/dmulcahey +[@teharris1]: https://github.com/teharris1 +[@balloob]: https://github.com/balloob +[@kennedyshead]: https://github.com/kennedyshead +[#36760]: https://github.com/home-assistant/pull/36760 +[#36769]: https://github.com/home-assistant/pull/36769 +[#36794]: https://github.com/home-assistant/pull/36794 +[#36797]: https://github.com/home-assistant/pull/36797 +[#36807]: https://github.com/home-assistant/pull/36807 +[#36812]: https://github.com/home-assistant/pull/36812 +[#36820]: https://github.com/home-assistant/pull/36820 +[#36836]: https://github.com/home-assistant/pull/36836 + ## All changes