diff --git a/changelog.md b/changelog.md index f44ad4e23..6ec0d8929 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,12 @@ Changelog Upcoming version (unreleased) ----------------------------- +0.9.4 - Release 2019-01-01 +-------------------------- + +* updated hass plugin (@marvin-w #162) +* tunable white and color temperature for lights (@farmio #154) + 0.9.3 - Release 2018-12-23 -------------------------- diff --git a/setup.py b/setup.py index cba7fb05a..9955db8eb 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ """Setup for XKNX python package.""" from setuptools import find_packages, setup -VERSION = '0.9.3' +VERSION = '0.9.4' REQUIRES = [ 'pyyaml>=3.12',