From 0f3ad84a529f12769d34638a88c38f3055cb05cd Mon Sep 17 00:00:00 2001 From: Erik Olof Gunnar Andersson Date: Thu, 21 Oct 2021 20:39:18 -0700 Subject: [PATCH] Releasing 2.10.2 --- 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 8780ea4b..ba3e1fcd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ Changelog ========= +Version 2.10.2 +-------------- +- Fixed bad socket fd causing high cpu usage [#110] - Thanks aiden0z. + Version 2.10.1 -------------- - Fixed bug with UriConnection not handling amqps:// properly. diff --git a/README.rst b/README.rst index 67e5216b..bdc85063 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,10 @@ Additional documentation is available on `amqpstorm.io