diff --git a/CHANGELOG.md b/CHANGELOG.md index c6e99ce..e68ccb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## 0.6.9 - Added additional fridge controls [#200] +- Bugfix: Additional auth stability improvements [#215, #211] +- Bugfix: Removed deprecated constants [#218] ## 0.6.8 diff --git a/info.md b/info.md index 10be149..20477dc 100644 --- a/info.md +++ b/info.md @@ -127,6 +127,11 @@ A/C Controls: #### Bugfixes +{% if version_installed.split('.') | map('int') < '0.6.9'.split('.') | map('int') %} +- Bugfix: Additional auth stability improvements (#215, #211) +- Bugfix: Removed deprecated constants (#218) +{% endif %} + {% if version_installed.split('.') | map('int') < '0.6.8'.split('.') | map('int') %} - Bugfix: Fixed issue with oven lights (#174) - Bugfix: Fixed issues with dual dishwasher (#161)