diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 933002d..a193fdc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ Changelog ========= +Version 2.10.8 +-------------- +- Fixed bug with multi-threaded basic.consume not always being threadsafe [#132] - Thanks mic1on. + Version 2.10.7 -------------- - Fixed bug with heartbeat interval on the client not sent frequently enough [#127] - Thanks Ivan Héda. diff --git a/README.rst b/README.rst index 7bc7b97..8cfdd22 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,10 @@ Additional documentation is available on `amqpstorm.io