From 8bf5917cd918452541dbb7d61252b3e44d9bd66b Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Sat, 13 Jun 2020 06:27:28 -0700 Subject: [PATCH] v0.9.4 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 921041f..33aecb8 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] +## [0.9.4] - 2020-06-13 + +### Fixed + +- Fixes issue of same tasks processed by more than one worker (https://github.com/hibiken/asynq/issues/90). + ## [0.9.3] - 2020-06-12 ### Fixed