CHANGELOG.md in amqp-client-1.1.3 vs CHANGELOG.md in amqp-client-1.1.4
- old
+ new
@@ -1,6 +1,10 @@
## [Unreleased]
+## [1.1.4] - 2021-12-27
+
+- Fixed: Ruby 3.1.0 compability, StringIO have to be required manually
+
## [1.1.3] - 2021-11-04
- Fixed: Reraise SystemcallError in connect so that reconnect works
- Fixed: Keepalive support in OS X
- Added: Make keepalive settings configurable (eg. amqp://?keepalive=60:10:3)