From 59781645c4be31533f086ccfbcb317e507d12356 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 2 Jun 2019 13:27:41 +0200 Subject: [PATCH] check_config: Bumped version to 2.1, updated CHANGELOG (#597) --- check_config/CHANGELOG.md | 7 +++++++ check_config/config.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",