diff --git a/CHANGELOG.md b/CHANGELOG.md index de37917..3a94b09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,4 @@ - v1.0.0 - First release -- v1.0.4 - Added modules to configure EDA Controller \ No newline at end of file +- v1.0.4 - Added modules to configure EDA Controller +- v1.0.5 - Added role to configure EDA Controller +- v1.0.6 - Move asyncio_mqtt to aiomqtt \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml index dbcfacc..d841db6 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -4,7 +4,7 @@ namespace: kubealex name: eda -version: 1.0.5 +version: 1.0.6 readme: README.md diff --git a/plugins/event_source/mqtt.py b/plugins/event_source/mqtt.py index 0ea1d47..5ebdc33 100644 --- a/plugins/event_source/mqtt.py +++ b/plugins/event_source/mqtt.py @@ -27,7 +27,7 @@ import logging from typing import Any, dict -import asyncio_mqtt as aiomqtt +import aiomqtt as aiomqtt async def main(queue: asyncio.Queue, args: dict[str, Any]) -> None: