From d71792f939e51aa529cb43da6a0832447e4520da Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Wed, 14 Sep 2016 11:40:05 -0700 Subject: [PATCH] 0.11.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baba5c2..000a89a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Notable changes to the esqueue project. Pay attention to `[BREAKING]` changes when upgrading. +## v0.11.0 + +- Contrary to the [source filtering docs](https://www.elastic.co/guide/en/elasticsearch/reference/2.4/search-request-source-filtering.html), use plural form of include/exclude due to breaking change in Elasticsearch 5.0 + ## v0.10.4 - Allow index pattern date separator to be customized diff --git a/package.json b/package.json index cfd6abf..7fd1322 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esqueue", - "version": "0.10.4", + "version": "0.11.0", "description": "Job queue, powered by Elasticsearch", "main": "lib/index.js", "scripts": {