From be1a66b43c0a59e68412bd1a27afdead1060276e Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 28 Dec 2019 22:18:01 +0100 Subject: [PATCH] Release 0.103.5 (#11556) --- _config.yml | 4 ++-- source/_posts/2019-12-11-release-103.markdown | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index d4725650dfe..89d27b569a1 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 103 -current_patch_version: 4 -date_released: 2019-12-22 +current_patch_version: 5 +date_released: 2019-12-28 # 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-12-11-release-103.markdown b/source/_posts/2019-12-11-release-103.markdown index 0df2480bf89..8db433707b2 100644 --- a/source/_posts/2019-12-11-release-103.markdown +++ b/source/_posts/2019-12-11-release-103.markdown @@ -334,6 +334,14 @@ All services for use in Home Assistant are moved to their integration naming spa [seven_segments docs]: /integrations/seven_segments/ [tensorflow docs]: /integrations/tensorflow/ +## Release 0.103.5 - December 28 + +- Bump ring to 0.2.8 to fix Oauth issues ([@tchellomello] - [#30245]) ([ring docs]) + +[#30245]: https://github.com/home-assistant/home-assistant/pull/30245 +[@tchellomello]: https://github.com/tchellomello +[ring docs]: /components/ring/ + ## 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).