CHANGELOG.md in queue-bus-0.8.0 vs CHANGELOG.md in queue-bus-0.8.1
- old
+ new
@@ -4,9 +4,14 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+## [0.8.1]
+
+### Fixed
+- `with_local_mode` breaks subsequent calls to `local_mode` on versions less than 2.6.
+
## [0.8.0]
### Added
- Adds `QueueBus.with_local_mode` method. Useful when working with a multithreaded environment.