CHANGELOG.md in ears-0.4.3 vs CHANGELOG.md in ears-0.5.0

- old
+ new

@@ -1,6 +1,10 @@ # Changelog +## 0.5.0 (2021-11.03) + +- fix the fact that the configuration was never used and bunny silently fell back to the `RABBITMQ_URL` env var + ## 0.4.3 (2021-07-26) ### Changes - Ears will not exit gracefully on unhandled errors anymore. You have to take care of proper flushing and cleanup yourself (see README for example).