From cf3c6d630302681bec517cff3d12b56f4d7e3ecb Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 21 Nov 2019 12:26:32 -0800 Subject: [PATCH] 0.102.0 --- _config.yml | 4 ++-- source/_posts/2019-11-20-release-102.markdown | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index d1af9113949..bdf9c278f76 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 102 -current_patch_version: 0 -date_released: 2019-11-20 +current_patch_version: 1 +date_released: 2019-11-21 # 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-11-20-release-102.markdown b/source/_posts/2019-11-20-release-102.markdown index 9e6eda91e7b..49800cabb8f 100644 --- a/source/_posts/2019-11-20-release-102.markdown +++ b/source/_posts/2019-11-20-release-102.markdown @@ -211,6 +211,19 @@ Experiencing issues introduced by this release? Please report them in our [issue - Updated frontend to 20191119.2 ([@bramkragten] - [#28896]) ([frontend docs]) (beta fix) - Fix Almond onboarding url when using cloud ([@bramkragten] - [#28908]) ([almond docs]) (beta fix) +## Release 0.102.1 - November 21 + +- Fix missing Netatmo sensors ([@cgtobi] - [#28899]) ([netatmo docs]) +- Updated frontend to 20191119.5 ([@bramkragten] - [#28925]) ([frontend docs]) +- Fix Plex startup race condition #28934 [@jjlawren] + +[#28899]: https://github.com/home-assistant/home-assistant/pull/28899 +[#28925]: https://github.com/home-assistant/home-assistant/pull/28925 +[@bramkragten]: https://github.com/bramkragten +[@cgtobi]: https://github.com/cgtobi +[frontend docs]: /integrations/frontend/ +[netatmo docs]: /integrations/netatmo/ + ## All changes - Cover all possible values for venstar operation_mode ([@iamtpage] - [#27949]) ([venstar docs])