From 1e3168452f05756f9bd96c7184e8241fbf0ef398 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Fri, 16 Dec 2016 17:00:49 -0700 Subject: [PATCH] update the changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0432be5..5e26518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ Notable changes to the esqueue project. Pay attention to `[BREAKING]` changes when upgrading. +## v0.12.2 + +- Fixed issue where destoyed workers could continue running + +## v0.12.1 + +- Move repo to elastic org + ## v0.12.0 - [BREAKING] Rename general queue error to `queue:error` instead of simply `error`