diff --git a/_config.yml b/_config.yml index de8c7bca912..ed5e2351b61 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: 2 -date_released: 2019-11-25 +current_patch_version: 3 +date_released: 2019-11-29 # 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 293387d1cc5..6e71a779a50 100644 --- a/source/_posts/2019-11-20-release-102.markdown +++ b/source/_posts/2019-11-20-release-102.markdown @@ -233,6 +233,14 @@ Experiencing issues introduced by this release? Please report them in our [issue - Updated frontend to 20191119.6 ([@bramkragten] - [#28996]) ([frontend docs]) - Alexa gracefully handle climate devices without presets ([@frenck] - [#29010]) ([alexa docs]) +## Release 0.102.3 - November 29 + +- Fix smartthings cloud webhook ([@bramkragten] - [#29219]) ([smartthings docs]) + +[#29219]: https://github.com/home-assistant/home-assistant/pull/29219 +[@bramkragten]: https://github.com/bramkragten +[smartthings docs]: /components/smartthings/ + [#28943]: https://github.com/home-assistant/home-assistant/pull/28943 [#28949]: https://github.com/home-assistant/home-assistant/pull/28949 [#28956]: https://github.com/home-assistant/home-assistant/pull/28956