From 7900d0c7e1823df4ec174e8b0b50c964c0e78e36 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Tue, 28 Feb 2017 16:03:13 -0700 Subject: [PATCH] update the changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e26518..7855bac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Notable changes to the esqueue project. Pay attention to `[BREAKING]` changes when upgrading. +## v1.0.0 + +- [BREAKING] elasticsearch package is a peerDependency now, since it's not required if you are using the `client` option when instantiating the queue +- Remove lodash.isPlainObject and lodash.omit dependencies, use customer helpers +- Remove errors dependency, use custom errors + ## v0.12.2 - Fixed issue where destoyed workers could continue running