From a06421e1250b15d085557bfc61e56819e0af47ef Mon Sep 17 00:00:00 2001 From: Selwin Ong Date: Mon, 16 Dec 2019 17:56:28 +0700 Subject: [PATCH] Updated changelog --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 0bc7ab45..b0fe5418 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -### RQ 1.1.0 (Unreleased) +### RQ 1.2.0 (Unreleased) * Various internal API changes in preparation to support multiple job dependencies. Thanks @thomasmatecki! * `--verbose` or `--quiet` CLI arguments should override `--logging-level`. Thanks @zyt312074545! * Fixes a bug in `rq info` where it doesn't show workers for empty queues. Thanks @zyt312074545!