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).