From c63e488bb946a6b49a30d880e5044ead7845f639 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 26 Jun 2019 21:29:39 -0700 Subject: [PATCH] release 95.1 --- _config.yml | 4 ++-- source/_posts/2019-06-26-release-95.markdown | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index f86c7aed19b..233341be8c6 100644 --- a/_config.yml +++ b/_config.yml @@ -139,8 +139,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 95 -current_patch_version: 0 -date_released: 2019-06-26 +current_patch_version: 1 +date_released: 2019-06-27 # 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-26-release-95.markdown b/source/_posts/2019-06-26-release-95.markdown index e23b35319f2..502f578401f 100644 --- a/source/_posts/2019-06-26-release-95.markdown +++ b/source/_posts/2019-06-26-release-95.markdown @@ -94,6 +94,22 @@ We have also realized that the default database clean up task never automaticall - Add incomfort sensor and binary_sensor ([@zxdavb] - [#23812]) ([incomfort docs]) (new-platform) - Added ELV PCA 301 smart emeter switch ([@majuss] - [#23300]) ([elv docs]) (new-platform) +## {% linkable_title Release 0.95.1 - June 26 %} + +- Fix life360 exception when no location provided ([@pnbruckner] - [#24777]) ([life360 docs]) +- Pubnub to 1.0.8 ([@w1ll1am23] - [#24781]) ([wink docs]) +- Catch uncaught Alexa error ([@balloob] - [#24785]) ([cloud docs]) + +[#24777]: https://github.com/home-assistant/home-assistant/pull/24777 +[#24781]: https://github.com/home-assistant/home-assistant/pull/24781 +[#24785]: https://github.com/home-assistant/home-assistant/pull/24785 +[@balloob]: https://github.com/balloob +[@pnbruckner]: https://github.com/pnbruckner +[@w1ll1am23]: https://github.com/w1ll1am23 +[cloud docs]: /components/cloud/ +[life360 docs]: /components/life360/ +[wink docs]: /components/wink/ + ## {% 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).