diff --git a/aioamqp/version.py b/aioamqp/version.py index da45e52..688e8d5 100644 --- a/aioamqp/version.py +++ b/aioamqp/version.py @@ -1,2 +1,2 @@ -__version__ = '0.13.0' +__version__ = '0.14.0' __packagename__ = 'aioamqp' diff --git a/docs/changelog.rst b/docs/changelog.rst index df2b71e..0939ca4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,9 @@ Changelog Next release ------------ +Aioamqp 0.14.0 +-------------- + * Fix ``waiter already exist`` issue when creating multiple queues (closes #105). * Rename ``type`` to ``message_type`` in constant.Properties object to be full compatible with pamqp. * Add python 3.8 support.