From 083339df18ed513338a457396ac4160264dde2a3 Mon Sep 17 00:00:00 2001 From: Erik Olof Gunnar Andersson Date: Tue, 25 May 2021 22:22:32 -0700 Subject: [PATCH] Releasing 2.8.5 --- CHANGELOG.rst | 4 ++++ README.rst | 4 ++++ amqpstorm/__init__.py | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1b2f44bf..549e8d6a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ Changelog ========= +Version 2.8.5 +------------- +- Fixed a potential deadlock when opening a channel with a broken connection [#97] - Thanks mehdigmira. + Version 2.8.4 ------------- - Fixed a bug in Message.create where it would mutate the properties dict [#92] - Thanks Killerama. diff --git a/README.rst b/README.rst index d565e4fa..d229735c 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,10 @@ Additional documentation is available on `amqpstorm.io