Skip to content

Commit

Permalink
Releasing 2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eandersson committed Nov 4, 2021
1 parent dfe4050 commit 57fd73f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
@@ -1,6 +1,10 @@
Changelog
=========

Version 2.10.3
--------------
- Fixed install bug with cp1250 encoding on Windows [#112] - Thanks ZygusPatryk.

Version 2.10.2
--------------
- Fixed bad socket fd causing high cpu usage [#110] - Thanks aiden0z.
Expand Down Expand Up @@ -48,7 +52,7 @@ Version 2.8.1
Version 2.8.0
-------------
- Introduced a new channel function called check_for_exceptions.
- Fixed issue where a publish was successful but raised an error because connection was closed [#80] - Thanks Pavol Plaskoň.
- Fixed issue where a publish was successful but raised an error because connection was closed [#80] - Thanks Pavol Plaskon.
- Updated TLS handling to use the non-deprecated way of creating a TLS Connection [#79] - Thanks Carl Hörberg from CloudAMQP.
- Enabled SNI for TLS connections by default [#79] - Thanks Carl Hörberg from CloudAMQP.

Expand Down
4 changes: 4 additions & 0 deletions README.rst
Expand Up @@ -20,6 +20,10 @@ Additional documentation is available on `amqpstorm.io <https://www.amqpstorm.io
Changelog
=========

Version 2.10.3
--------------
- Fixed install bug with cp1250 encoding on Windows [#112] - Thanks ZygusPatryk.

Version 2.10.2
--------------
- Fixed bad socket fd causing high cpu usage [#110] - Thanks aiden0z.
Expand Down
2 changes: 1 addition & 1 deletion amqpstorm/__init__.py
@@ -1,5 +1,5 @@
"""AMQPStorm."""
__version__ = '2.10.2' # noqa
__version__ = '2.10.3' # noqa
__author__ = 'eandersson' # noqa

import logging
Expand Down

0 comments on commit 57fd73f

Please sign in to comment.