diff --git a/check_config/CHANGELOG.md b/check_config/CHANGELOG.md index 6c23011..d56e1f4 100644 --- a/check_config/CHANGELOG.md +++ b/check_config/CHANGELOG.md @@ -1,14 +1,21 @@ # Changelog +## 2.1 + +- Adds additional information in log output to avoid confusion + ## 2.0 + - Migrated add-on onto Bashio - Improved add-on log output - Added documentation to add-on itself - Added support for Home Assistant wheels repository ## 1.0 + - Update to Python 3.7 - Add colorlog to pip packages ## 0.9 + - Fix build errors with 0.76 diff --git a/check_config/config.json b/check_config/config.json index 2918419..b6f44a7 100644 --- a/check_config/config.json +++ b/check_config/config.json @@ -1,6 +1,6 @@ { "name": "Check Home Assistant configuration", - "version": "2.0", + "version": "2.1", "slug": "check_config", "description": "Check current Home Assistant configuration against a new version", "url": "https://github.com/home-assistant/hassio-addons/tree/master/check_config",