diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 360d33e..ffc6729 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 7cc6688..6a0361f 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,12 @@ Additional documentation is available on `amqpstorm.io