CHANGELOG.md in queue-bus-0.13.0 vs CHANGELOG.md in queue-bus-0.13.1

- old
+ new

@@ -4,9 +4,19 @@ 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.13.1] + +### Fixes + +- Allows matching on 0 via the `on_heartbeat` subscription + +### Added + +- Allows matching on `wday` via the `on_heartbeat` subscription + ## [0.13.0] ### Added - Adds `Dispatch#on_heartbeat` which is a helper function for specifying heartbeat subscriptions.