diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cccf3f..be34cf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- `Inspector` type was added to monitor and mutate state of queues and tasks. +- `HealthCheckFunc` and `HealthCheckInterval` fields were added to `Config` to allow user to specify a callback + function to check for broker connection. + ## [0.10.0] - 2020-07-06 ### Changed