From 4813c5bfa37b3b4fec1dbaf1ad39d944c53b6966 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Tue, 23 May 2017 20:12:14 -0700 Subject: [PATCH] update the changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66957bd..3469b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Notable changes to the esqueue project. Pay attention to `[BREAKING]` changes when upgrading in pre-1.0 versions. As of 1.0, breaking changes will only happen in major versions. +## v3.0.0 + +- support for node v4 or earlier is no longer tested +- update several dependencies +- fix issue where job poller would not wait for ES response + ## v2.0.2 - Fix issue where creating a worker would not use the queue's doctype by default