From af8d2de6b45b464a1b4b622c0400b357391be0c3 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 12 Jun 2019 22:50:28 -0700 Subject: [PATCH] Bump version to 0.94.3 --- _config.yml | 4 ++-- source/_posts/2019-06-05-release-94.markdown | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 4d99827ff68..d6bb61393f3 100644 --- a/_config.yml +++ b/_config.yml @@ -139,8 +139,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 94 -current_patch_version: 2 -date_released: 2019-06-11 +current_patch_version: 3 +date_released: 2019-06-13 # 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/2019-06-05-release-94.markdown b/source/_posts/2019-06-05-release-94.markdown index dcbad555485..65cc9d00912 100644 --- a/source/_posts/2019-06-05-release-94.markdown +++ b/source/_posts/2019-06-05-release-94.markdown @@ -145,6 +145,22 @@ Because of this, we changed how packages are installed when running Home Assista [hue docs]: /components/hue/ [zone docs]: /components/zone/ +## {% linkable_title Release 0.94.3 - June 12 %} + +- Fix errors when renewing remote UI certs ([@balloob] - [#24481]) ([cloud docs]) +- Watson TTS: Fix missing comma preventing other voices ([@aidbish] - [#24487]) ([watson_tts docs]) +- Fix owntracks source_type for location messages with default trigger ([@pnbruckner] - [#24503]) ([owntracks docs]) + +[#24481]: https://github.com/home-assistant/home-assistant/pull/24481 +[#24487]: https://github.com/home-assistant/home-assistant/pull/24487 +[#24503]: https://github.com/home-assistant/home-assistant/pull/24503 +[@aidbish]: https://github.com/aidbish +[@balloob]: https://github.com/balloob +[@pnbruckner]: https://github.com/pnbruckner +[cloud docs]: /components/cloud/ +[owntracks docs]: /components/owntracks/ +[watson_tts docs]: /components/watson_tts/ + ## {% linkable_title 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). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.