CHANGELOG.md in queue-bus-0.9.1 vs CHANGELOG.md in queue-bus-0.10.0

- old
+ new

@@ -4,9 +4,15 @@ 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.10.0] + +### Added +- Ability to unsubscribe from specific queues in an application (`Application#unsubscribe_queue`). +- `rake queuebus:unsubscribe` can now take two parameters to unsubscribe from specific queues, e.g. `rake queuebus:unsubscribe[my_app_key, my_queue_name]`. + ## [0.9.1] ### Added - Documented some of the major classes and modules