diff --git a/CHANGELOG.md b/CHANGELOG.md index ad2c6ad..03fc44a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # GE Home Appliances (SmartHQ) Changelog +## 0.6.7 + +- Bugfix: fixed issues with dishwasher [#155] +- Added OIM descaling sensor [#154] + ## 0.6.6 - Bugfix: Fixed issue with region setting (EU accounts) [#130] diff --git a/info.md b/info.md index fb2e1d4..11a4b3b 100644 --- a/info.md +++ b/info.md @@ -68,6 +68,11 @@ A/C Controls: {% endif %} #### Features + +{% if version_installed.split('.') | map('int') < '0.6.7'.split('.') | map('int') %} +- Added OIM descaling sensor (#154) +{% endif %} + {% if version_installed.split('.') | map('int') < '0.6.6'.split('.') | map('int') %} - Modified dishwasher to include new functionality (@NickWaterton) {% endif %} @@ -111,6 +116,10 @@ A/C Controls: #### Bugfixes +{% if version_installed.split('.') | map('int') < '0.6.7'.split('.') | map('int') %} +- Bugfix: fixed issues with dishwasher (#155) +{% endif %} + {% if version_installed.split('.') | map('int') < '0.6.6'.split('.') | map('int') %} - Fixed region issues after setup (#130) - Updated the temperature conversion (#137)