From 83e5f9fa0b329efb03e52262026cea6d34f9a6e0 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 16 Apr 2017 15:11:36 -0700 Subject: [PATCH] Release 0.42.4 --- _config.yml | 6 +++--- ...beacons--lockitron-locks--total-connect.markdown | 13 +++++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 8277e1a305e..89deae25351 100644 --- a/_config.yml +++ b/_config.yml @@ -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" diff --git a/source/_posts/2017-04-08-eddystone-beacons--lockitron-locks--total-connect.markdown b/source/_posts/2017-04-08-eddystone-beacons--lockitron-locks--total-connect.markdown index 814eccdfcb8..b6beaa99e46 100644 --- a/source/_posts/2017-04-08-eddystone-beacons--lockitron-locks--total-connect.markdown +++ b/source/_posts/2017-04-08-eddystone-beacons--lockitron-locks--total-connect.markdown @@ -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