From cf7a67731210ef7f6e8f24cd2e25a8fd4a3a000d Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Thu, 12 Mar 2020 08:42:18 -0700 Subject: [PATCH] v0.6.1 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c6973f..5675399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1] - 2020-03-12 + ### Added - `Client` can optionally schedule task with `asynq.Deadline(time)` to specify deadline for task's context. Default is no deadline. +- `Logger` option was added to config, which allows user to specify the logger used by the background instance. ## [0.6.0] - 2020-03-01