CHANGELOG.md in amqp-client-1.1.0 vs CHANGELOG.md in amqp-client-1.1.1
- old
+ new
@@ -1,6 +1,11 @@
## [Unreleased]
+## [1.1.1] - 2021-09-15
+
+- Added: Examples in the documentation
+- Added: Faster Properties and Table encoding and decoding
+
## [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