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

- old
+ new

@@ -1,16 +1,22 @@ # Changelog -## 0.2.0 +## 0.2.1 (2021-05-07) +### Changes + +- you can now call `Ears.configure` to set a custom RabbitMQ URL to connect to + +## 0.2.0 (2021-05-07) + ### 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 +## 0.1.0 (2021-04-23) Initial release.