diff --git a/changelog.txt b/changelog.txt index 9ebcc59..b4c46f9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +Version 0.2.8 (2018-) +- Updated CDN libraries @jmart518 +- Cosmetic improvements @jmart518 +- Added event observer @danielperna84 + Version 0.2.7 (2018-03-30) - Setting SO_REUSEADDR on socket for proper restarts - Using Threading to handle multiple connections diff --git a/configurator.py b/configurator.py index fe7d4ba..6d95a30 100755 --- a/configurator.py +++ b/configurator.py @@ -74,7 +74,7 @@ SO.setFormatter( logging.Formatter('%(levelname)s:%(asctime)s:%(name)s:%(message)s')) LOG.addHandler(SO) RELEASEURL = "https://api.github.com/repos/danielperna84/hass-configurator/releases/latest" -VERSION = "0.2.7" +VERSION = "0.2.8" BASEDIR = "." DEV = False HTTPD = None