ChangeLog.md in amqp-1.2.0 vs ChangeLog.md in amqp-1.2.1
- old
+ new
@@ -1,4 +1,14 @@
+## Changes Between 1.2.0 and 1.2.1
+
+### Initial Connection Failures Retries
+
+Set connection status to closed on connection failure, which
+means connection retries succeed.
+
+Contributed by Marius Hanne.
+
+
## Changes Between 1.1.0 and 1.2.0
### [Authentication Failure Notification](http://www.rabbitmq.com/auth-notification.html) Support
amqp gem now supports [Authentication Failure