Skip to content

Commit b1d8c4a

Browse files
committed
Releasing 2.10.5
1 parent 9048b71 commit b1d8c4a

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
Version 2.10.5
5+
--------------
6+
- Added support for bulk removing users with the Management Api.
7+
- Added support to get the Cluster Name using the Management Api.
8+
- Fixed ConnectionUri to default to port 5761 when using ssl [#119] - Thanks s-at-ik.
9+
410
Version 2.10.4
511
--------------
612
- Fixed issue with a forcefully closed channel not sending the appropriate response [#114] - Thanks Bernd Höhl.

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ Additional documentation is available on `amqpstorm.io <https://www.amqpstorm.io
2020
Changelog
2121
=========
2222

23+
Version 2.10.5
24+
--------------
25+
- Added support for bulk removing users using the Management Api.
26+
- Added support to get the Cluster name using the Management Api.
27+
- Fixed ConnectionUri to default to port 5761 when using ssl [#119] - Thanks s-at-ik.
28+
2329
Version 2.10.4
2430
--------------
2531
- Fixed issue with a forcefully closed channel not sending the appropriate response [#114] - Thanks Bernd Höhl.

amqpstorm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""AMQPStorm."""
2-
__version__ = '2.10.4' # noqa
2+
__version__ = '2.10.5' # noqa
33
__author__ = 'eandersson' # noqa
44

55
import logging

0 commit comments

Comments
 (0)