From 6059724d88ba7edcb068df23f10ec68c8fcb31c1 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 25 Sep 2019 16:46:48 -0700 Subject: [PATCH] Release 99.3 --- _config.yml | 4 ++-- source/_posts/2019-09-18-release-99.markdown | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 1f1bcda6fde..c8657356797 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 99 -current_patch_version: 2 -date_released: 2019-09-19 +current_patch_version: 3 +date_released: 2019-09-25 # 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-09-18-release-99.markdown b/source/_posts/2019-09-18-release-99.markdown index 3d7e0aaa9ec..dffd3343dfe 100644 --- a/source/_posts/2019-09-18-release-99.markdown +++ b/source/_posts/2019-09-18-release-99.markdown @@ -166,6 +166,18 @@ Forgot to include frontend update 99.1. - Show toast on success save entity settings ([#3763](https://github.com/home-assistant/home-assistant-polymer/pull/3763)) [@bramkragten] - Align behaviour state badge ([#3767](https://github.com/home-assistant/home-assistant-polymer/pull/3767)) [@bramkragten] +## Release 0.99.3 - September 25 + +- Bump zigpy-zigate to 0.3.1 ([@doudz] - [#26600]) ([zha docs]) +- HM-CC-TC was not recognized ([@MajestyIV] - [#26623]) ([homematic docs]) + +[#26600]: https://github.com/home-assistant/home-assistant/pull/26600 +[#26623]: https://github.com/home-assistant/home-assistant/pull/26623 +[@majestyiv]: https://github.com/MajestyIV +[@doudz]: https://github.com/doudz +[homematic docs]: /components/homematic/ +[zha docs]: /components/zha/ + ## 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).