diff --git a/_config.yml b/_config.yml index 35c64c18de6..1f1bcda6fde 100644 --- a/_config.yml +++ b/_config.yml @@ -101,7 +101,7 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 99 -current_patch_version: 1 +current_patch_version: 2 date_released: 2019-09-19 # Either # or the anchor link to latest release notes in the blog post. diff --git a/source/_posts/2019-09-18-release-99.markdown b/source/_posts/2019-09-18-release-99.markdown index df23cd3079e..3d7e0aaa9ec 100644 --- a/source/_posts/2019-09-18-release-99.markdown +++ b/source/_posts/2019-09-18-release-99.markdown @@ -158,6 +158,14 @@ We also had some great drinks in the evenings with companies that integrate with [prometheus docs]: /components/prometheus/ [tradfri docs]: /components/tradfri/ +## Release 0.99.2 - September 19 + +Forgot to include frontend update 99.1. + +- fix continue integration flow ([#3766](https://github.com/home-assistant/home-assistant-polymer/pull/3766)) [@bramkragten] +- 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] + ## 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).