Release 0.42.4

This commit is contained in:
Paulus Schoutsen 2017-04-16 15:11:36 -07:00
parent 49611dfd1d
commit 83e5f9fa0b
2 changed files with 16 additions and 3 deletions

View File

@ -139,9 +139,9 @@ social:
# Home Assistant release details
current_major_version: 0
current_minor_version: 42
current_patch_version: 3
date_released: 2017-04-11
current_patch_version: 4
date_released: 2017-04-17
# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.
patch_version_notes: "#release-0423---april-11"
patch_version_notes: "#release-0424---april-17"

View File

@ -108,6 +108,14 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Plug file leak on LIFX unregister ([@amelchio] - [#7031])
- Bugfix wait on start event ([@pvizeli] - [#7013])
## {% linkable_title Release 0.42.4 - April 17 %}
- Version bump to 0.42.4 ([@balloob])
- Fix mysensors callback ([@MartinHjelmare] - [#7057])
- Upgrade aiohttp to 2.0.7 ([@fabaff] - [#7106])
- Make version number optional and a string to fix identify issue introduced in iOS 1.0.1 ([@robbiet480] - [#7141])
- Fix for zwave RGB setting ([@armills] - [#7137])
## All changes
- Flux led update lib ([@danielhiversen] - [#6763])
@ -392,3 +400,8 @@ Experiencing issues introduced by this release? Please report them in our [issue
[forum]: https://community.home-assistant.io/
[gitter]: https://gitter.im/home-assistant/home-assistant
[issue]: https://github.com/home-assistant/home-assistant/issues
[#7057]: https://github.com/home-assistant/home-assistant/pull/7057
[#7106]: https://github.com/home-assistant/home-assistant/pull/7106
[#7137]: https://github.com/home-assistant/home-assistant/pull/7137
[#7141]: https://github.com/home-assistant/home-assistant/pull/7141
[@robbiet480]: https://github.com/robbiet480