CHANGELOG.md in amqp-client-1.0.2 vs CHANGELOG.md in amqp-client-1.1.0

- old
+ new

@@ -1,6 +1,13 @@ ## [Unreleased] +## [1.1.0] - 2021-09-08 + +- Fixed: Due to a race condition publishers could get stuck waiting for publish confirms +- Change: Message, ReturnMessage and Properties are now classes and not structs (for performance reasons) +- Added: Ruby 2.6 support +- Added: RBS signatures in sig/amqp-client.rbs + ## [1.0.2] - 2021-09-07 - Changed: Raise ConnectionClosed and ChannelClosed correctly (previous always ChannelClosed) - Fixed: Respect Connection#blocked sent by the broker, will block all writes/requests