diff --git a/_config.yml b/_config.yml index 1d0d242a823..35c64c18de6 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: 0 -date_released: 2019-09-18 +current_patch_version: 1 +date_released: 2019-09-19 # 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 72beeca32c0..df23cd3079e 100644 --- a/source/_posts/2019-09-18-release-99.markdown +++ b/source/_posts/2019-09-18-release-99.markdown @@ -142,6 +142,22 @@ We also had some great drinks in the evenings with companies that integrate with - Add sensor platform to iaqualink component ([@flz] - [#26544]) ([iaqualink docs]) (new-platform) - Add switch platform to iaqualink integration ([@flz] - [#26545]) ([iaqualink docs]) (new-platform) +## Release 0.99.1 - September 19 + +- Encode prometheus metric names per the prom spec ([@growse] - [#26639]) ([prometheus docs]) +- Bump TRADFRI ([@balloob] - [#26731]) ([tradfri docs]) +- Bump pyobihai to fix issue with user account ([@dshokouhi] - [#26736]) ([obihai docs]) + +[#26639]: https://github.com/home-assistant/home-assistant/pull/26639 +[#26731]: https://github.com/home-assistant/home-assistant/pull/26731 +[#26736]: https://github.com/home-assistant/home-assistant/pull/26736 +[@balloob]: https://github.com/balloob +[@dshokouhi]: https://github.com/dshokouhi +[@growse]: https://github.com/growse +[obihai docs]: /components/obihai/ +[prometheus docs]: /components/prometheus/ +[tradfri docs]: /components/tradfri/ + ## 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).