Release 0.38.1

This commit is contained in:
Paulus Schoutsen 2017-02-11 20:03:39 -08:00
parent 6914713ff1
commit 2cd2bc403c
2 changed files with 8 additions and 3 deletions

View File

@ -132,9 +132,9 @@ social:
# Home Assistant release details
current_major_version: 0
current_minor_version: 38
current_patch_version: 0
date_released: 2017-02-11
current_patch_version: 1
date_released: 2017-02-12
# 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: "#"
patch_version_notes: "#release-0381---february-12"

View File

@ -100,6 +100,11 @@ The [`yeelight`][yeelight] component has been ported to use a more stable and fe
- Zoneminder: Refactoring and JSON decode error handling ([@pschmitt])
- Image processing: Cleanup Base face class add support for microsoft face detect ([@pvizeli])
### {% linkable_title Release 0.38.1 - February 12 %}
- Fix logbook ordering ([@balloob])
- Fix AppleTV conflicting dependency breaking websockets ([@balloob])
Bugfixes: [@balloob], [@fabaff], [@pvizeli], [@mnoorenberghe] [@Danielhiversen], [@armills], [@tchellomello], [@aequitas], [@mathewpeterson], [@molobrakos], [@michaelarnauts], [@jabesq], [@turbokongen], [@JshWright], [@andriej], [@jawilson], [@andrey-git], [@nodinosaur], [@konikvranik], and you if you are missing here.
### {% linkable_title Breaking changes %}