CHANGELOG.md in ears-0.1.0 vs CHANGELOG.md in ears-0.2.0

- old
+ new

@@ -1,15 +1,31 @@ \ No newline at end of file +# Changelog + +## 0.2.0 + +### Breaking + +- a middleware class is not instantiated with options when passed to `use` + +### Changes + +- middlewares can now accept options +- added an Appsignal middleware to monitor consumers + +## 0.1.0 + +Initial release.