Skip to content

Commit

Permalink
Added release notes and preparing to release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
eandersson committed Nov 7, 2023
1 parent 5f330da commit 9c0e1ea
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,11 @@
Changelog
=========

Version 2.10.7
--------------
- Fixed bug with heartbeat interval on the client not sent frequently enough [#127] - Thanks Ivan Héda.
- Added support for Python 3.12.

Version 2.10.6
--------------
- Fixed deprecated warning when using Python 3.11.
Expand Down
5 changes: 5 additions & 0 deletions README.rst
Expand Up @@ -20,6 +20,11 @@ Additional documentation is available on `amqpstorm.io <https://www.amqpstorm.io
Changelog
=========

Version 2.10.7
--------------
- Fixed bug with heartbeat interval on the client not sent frequently enough [#127] - Thanks Ivan Héda.
- Added support for Python 3.12.

Version 2.10.6
--------------
- Fixed deprecated warning when using Python 3.11.
Expand Down
2 changes: 1 addition & 1 deletion amqpstorm/__init__.py
@@ -1,5 +1,5 @@
"""AMQPStorm."""
__version__ = '2.10.6' # noqa
__version__ = '2.10.7' # noqa
__author__ = 'eandersson' # noqa

import logging
Expand Down

0 comments on commit 9c0e1ea

Please sign in to comment.