diff --git a/README.rst b/README.rst index 657f215..e3c46c6 100755 --- a/README.rst +++ b/README.rst @@ -176,6 +176,8 @@ Release Notes - Fixed: Registered handlers would not be unregistered after a timeout when sending commands to HUB. - Updated slixmpp from >= 1.5.2 to >= 1.7.0 - Updated aiohttp from >= 3.4 to 3.7.3 +0.2.8 + - Changed: Get remote_id from Hub without creating websocket connection TODO diff --git a/aioharmony/__version__.py b/aioharmony/__version__.py index 94abaec..93de59e 100644 --- a/aioharmony/__version__.py +++ b/aioharmony/__version__.py @@ -1 +1 @@ -__version__ = '0.2.7' \ No newline at end of file +__version__ = '0.2.8' \ No newline at end of file