CHANGELOG.md in ears-0.11.0 vs CHANGELOG.md in ears-0.11.1
- old
+ new
@@ -1,6 +1,10 @@
# Changelog
+## 0.11.1 (2023-09-08)
+
+- Bugfix: trapped signals INT and TERM now calls correctly previous set signal handler
+
## 0.11.0 (2023-05-30)
- **[Breaking]**: Provide the Bunny connection option `recovery_attempts` in Ears configuration. It
comes with a default of 10 attempts. When the number of recovery attempts are exhausted, Ears will
raise a `MaxRecoveryAttemptsExhaustedError`.