ChangeLog.md in amqp-1.7.0 vs ChangeLog.md in amqp-1.8.0
- old
+ new
@@ -1,8 +1,19 @@
-## Changes Between 1.6.0 and 1.7.0 (unreleased)
+## Changes Between 1.6.0 and 1.7.0 (Feb 2nd, 2017)
-None to date.
+### Clear Framesets on Exception
+Unprocessed frames received on a connection are now correctly
+cleared when an exception occurs.
+
+Contributed by Michael Lutsiuk.
+
+GitHub issue: [#218](https://github.com/ruby-amqp/amqp/issues/218)
+
+
+### amq-protocol Update
+
+Minimum `amq-protocol` version is now `2.1.0`.
## Changes Between 1.5.0 and 1.6.0 (Apr 4th, 2016)
### amq-protocol Update