From 88aee17d2dc0e9d6563f86dd2c9b1b525d564233 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 10 Oct 2019 13:02:44 -0700 Subject: [PATCH] 100.1 --- _config.yml | 2 +- source/_posts/2019-10-10-release-100.markdown | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 344268f346b..a7c36a013ba 100644 --- a/_config.yml +++ b/_config.yml @@ -101,7 +101,7 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 100 -current_patch_version: 0 +current_patch_version: 1 date_released: 2019-10-10 # Either # or the anchor link to latest release notes in the blog post. diff --git a/source/_posts/2019-10-10-release-100.markdown b/source/_posts/2019-10-10-release-100.markdown index 42eb221281b..e3025f84476 100644 --- a/source/_posts/2019-10-10-release-100.markdown +++ b/source/_posts/2019-10-10-release-100.markdown @@ -134,6 +134,10 @@ As always, this release of Home Assistant is accompanied with a new release of t - Add basic support for IKEA Fyrtur blinds ([@ggravlingen] - [#26659]) ([tradfri docs]) (new-platform) - Centralize rainbird config and add binary sensor platform ([@konikvranik] - [#26393]) ([rainbird docs]) (breaking change) (new-platform) +## Release 0.100.1 - October 10 + +- Fix build not succeeding [@bramkragten] + ## 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).