diff --git a/_config.yml b/_config.yml index f196e14ba43..998903bf31a 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 112 -current_patch_version: 1 -date_released: 2020-07-02 +current_patch_version: 2 +date_released: 2020-07-03 # 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-07-01-release-112.markdown b/source/_posts/2020-07-01-release-112.markdown index dd4cd591293..ebcda464d41 100644 --- a/source/_posts/2020-07-01-release-112.markdown +++ b/source/_posts/2020-07-01-release-112.markdown @@ -651,6 +651,33 @@ The integrations below have been removed: [smappee docs]: /integrations/smappee/ [withings docs]: /integrations/withings/ +## Release 0.112.2 - July 3 + +- Don't print MQTT credentials to log ([@emontnemery] - [#37364]) ([mqtt docs]) +- Handle index already existing on db migration with MySQLdb backend ([@bdraco] - [#37384]) ([recorder docs]) +- Ensure logbook entries appear when the logbook.log ([@bdraco] - [#37388]) ([logbook docs]) +- Bump pytile to 4.0.0 ([@bachya] - [#37398]) ([tile docs]) +- Bump python-miio to 0.5.2.1 ([@rytilahti] - [#37422]) ([xiaomi_miio docs]) +- Bump teslajsonpy to 0.9.2 ([@alandtse] - [#37434]) ([tesla docs]) + +[#37364]: https://github.com/home-assistant/core/pull/37364 +[#37384]: https://github.com/home-assistant/core/pull/37384 +[#37388]: https://github.com/home-assistant/core/pull/37388 +[#37398]: https://github.com/home-assistant/core/pull/37398 +[#37422]: https://github.com/home-assistant/core/pull/37422 +[#37434]: https://github.com/home-assistant/core/pull/37434 +[@alandtse]: https://github.com/alandtse +[@bachya]: https://github.com/bachya +[@bdraco]: https://github.com/bdraco +[@emontnemery]: https://github.com/emontnemery +[@rytilahti]: https://github.com/rytilahti +[logbook docs]: /integrations/logbook/ +[mqtt docs]: /integrations/mqtt/ +[recorder docs]: /integrations/recorder/ +[tesla docs]: /integrations/tesla/ +[tile docs]: /integrations/tile/ +[xiaomi_miio docs]: /integrations/xiaomi_miio/ + ## All changes