From b1d8c4a5358c5d78c3a90587671c39d9da57b135 Mon Sep 17 00:00:00 2001 From: Erik Olof Gunnar Andersson Date: Sun, 14 Aug 2022 14:13:28 -0700 Subject: [PATCH] Releasing 2.10.5 --- CHANGELOG.rst | 6 ++++++ README.rst | 6 ++++++ amqpstorm/__init__.py | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 360d33e9..ffc67298 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ Changelog ========= +Version 2.10.5 +-------------- +- Added support for bulk removing users with the Management Api. +- Added support to get the Cluster Name using the Management Api. +- Fixed ConnectionUri to default to port 5761 when using ssl [#119] - Thanks s-at-ik. + Version 2.10.4 -------------- - Fixed issue with a forcefully closed channel not sending the appropriate response [#114] - Thanks Bernd Höhl. diff --git a/README.rst b/README.rst index 7cc66883..6a0361f7 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,12 @@ Additional documentation is available on `amqpstorm.io