From 3114987428a25fde1de93b2ce5accf441e0f9c2f Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Sat, 12 Sep 2020 13:34:27 -0700 Subject: [PATCH] v0.12.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b1c432..ec320b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.0] - 2020-09-12 + **IMPORTANT**: If you are upgrading from a previous version, please install the latest version of the CLI `go get -u github.com/hibiken/asynq/tools/asynq` and run `asynq migrate` command. No process should be writing to Redis while you run the migration command. ## The semantics of queue have changed