diff --git a/README.md b/README.md index d008bfa26..13308dd0b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# elasticsearch.js 16.0.0 +# elasticsearch.js 16.1.0 The official low-level Elasticsearch client for Node.js and the browser. diff --git a/docs/browser_builds.asciidoc b/docs/browser_builds.asciidoc index 25516c852..bf7f6e3ba 100644 --- a/docs/browser_builds.asciidoc +++ b/docs/browser_builds.asciidoc @@ -22,7 +22,7 @@ npm install elasticsearch-browser --------- === Download - * v16.0.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-16.0.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-16.0.0.tar.gz[tar.gz] + * v16.1.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-16.1.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-16.1.0.tar.gz[tar.gz] === Angular Build * Registers an `esFactory` factory in the `"elasticsearch"` module diff --git a/docs/changelog.asciidoc b/docs/changelog.asciidoc index 602a05eca..463657e58 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -1,6 +1,9 @@ [[changelog]] == Changelog +=== 16.1.0 (May 29 2019) + * apiVersion `"7.1"` is now the default + === 16.0.0 (May 2 2019) * apiVersion `"7.0"` is now the default * Dropped support for old 6.x versions, and all versions before 5.6 diff --git a/package.json b/package.json index 07066c6e1..acdd16cb5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "description": "The official low-level Elasticsearch client for Node.js and the browser.", "main": "src/elasticsearch.js", "homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html", - "version": "16.0.0", + "version": "16.1.0", "keywords": [ "elasticsearch", "mapping",