This commit is contained in:
Paulus Schoutsen 2019-09-19 14:41:54 -07:00
parent 334e747a87
commit 071fc8d72f
2 changed files with 18 additions and 2 deletions

View File

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

View File

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