check_config: Bumped version to 2.1, updated CHANGELOG (#597)

This commit is contained in:
Franck Nijhof
2019-06-02 13:27:41 +02:00
committed by GitHub
parent f71033ab50
commit 59781645c4
2 changed files with 8 additions and 1 deletions

View File

@@ -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

View File

@@ -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",