diff --git a/_config.yml b/_config.yml index 1aed6ec7cba..69312dd7804 100644 --- a/_config.yml +++ b/_config.yml @@ -140,11 +140,11 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 57 -current_patch_version: 1 -date_released: 2017-11-04 +current_patch_version: 2 +date_released: 2017-11-05 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. # Major release: -patch_version_notes: "#release-0571--november-4" +patch_version_notes: "#release-0572--november-5" # Minor release (Example #release-0431---april-25): diff --git a/source/_posts/2017-11-04-release-57.markdown b/source/_posts/2017-11-04-release-57.markdown index 7bf4f6514fc..0779d7b5a66 100644 --- a/source/_posts/2017-11-04-release-57.markdown +++ b/source/_posts/2017-11-04-release-57.markdown @@ -87,6 +87,11 @@ Okay, one more highlight before we'll let you check out the changelog. Contribut - Fix login screen not showing when no password stored ([@balloob]) +## {% linkable_title release 0.57.2 - november 5 %} + +- Update frontend with fixes for setting temperature on climate card ([@balloob]) +- Fix setting max brightness for TRADFRI ([@ggravlingen] - [#10359]) + ## {% linkable_title 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). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks. @@ -433,6 +438,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [#9988]: https://github.com/home-assistant/home-assistant/pull/9988 [#9990]: https://github.com/home-assistant/home-assistant/pull/9990 [#9996]: https://github.com/home-assistant/home-assistant/pull/9996 +[#10359]: https://github.com/home-assistant/home-assistant/pull/10359 [@C0DK]: https://github.com/C0DK [@ChristianKuehnel]: https://github.com/ChristianKuehnel [@DarkFox]: https://github.com/DarkFox