diff --git a/docs/changelog.rst b/docs/changelog.rst index 24fe97d5..9b225384 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog --------- + +0.10.1 - 2022-04-29 +------------------- + * Fixed a major bug in plugin api, see https://github.com/Yakifo/amqtt/pull/92 + 0.10.0 - 2021-08-04 ------------------- diff --git a/pyproject.toml b/pyproject.toml index 3a23ee36..344641c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "amqtt" -version = "0.10.0" +version = "0.10.1" description = "MQTT client/broker using Python asyncio" authors = ["aMQTT Contributers"] license = "MIT"