From ab3aeb1b38e2612aef4fb405fe35fe3ad7454540 Mon Sep 17 00:00:00 2001 From: Erik Olof Gunnar Andersson Date: Fri, 18 Nov 2016 02:33:18 -0800 Subject: [PATCH] Releasing 2.2.0 --- CHANGELOG.rst | 6 ++++++ README.rst | 6 ++++++ amqpstorm/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ec907aa5..72d072b2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ Changelog ========= +Version 2.2.0 +------------- +- Connection.close should now be more responsive. +- Channels are now reset when re-opening an existing connection. +- Re-wrote large portions of the Test suit. + Version 2.1.4 ------------- - Added parameter to override auto-decode on incoming Messages - Thanks Travis Griggs. diff --git a/README.rst b/README.rst index 93a7ce6a..e3708a87 100644 --- a/README.rst +++ b/README.rst @@ -21,6 +21,12 @@ Additional documentation is available on `docs.amqpstorm.io