diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fdc803..b9c73e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - `Handler` interface has changed. `ProcessTask` method takes two arguments `context.Context` and `*asynq.Task` +- `Queues` field in `Config` has change from `map[string]uint` to `map[string]int` ### Added