diff --git a/README.md b/README.md index ff8c0f4ad..a782a8458 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# elasticsearch.js 14.1.0 +# elasticsearch.js 14.2.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 1bd4b0b65..b755aad8d 100644 --- a/docs/browser_builds.asciidoc +++ b/docs/browser_builds.asciidoc @@ -22,7 +22,7 @@ npm install elasticsearch-browser --------- === Download - * v14.1.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-14.1.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-14.1.0.tar.gz[tar.gz] + * v14.2.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-14.2.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-14.2.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 145bafabf..c99e20fd4 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -1,6 +1,10 @@ [[changelog]] == Changelog +=== 14.2.0 (Mar 12 2018) + * apiVersion `"6.2"` is now the default + * `agentkeepalive` upgraded from 2.2.0 to 3.4.1 for compatibility with IPv6 hostnames in SSL certificates https://github.com/elastic/elasticsearch-js/pull/642[#642] + === 14.1.0 (Jan 31 2018) * apiVersion `"6.1"` is now the default * Fix the way that `keepAliveFreeSocketTimeout` is used https://github.com/elastic/elasticsearch-js/pull/600[#600] (Thanks https://github.com/shaharmor[@shaharmor]!) diff --git a/package.json b/package.json index d0bdb7935..92b3182b4 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": "14.1.0", + "version": "14.2.0", "keywords": [ "elasticsearch", "mapping", @@ -118,4 +118,4 @@ "engines": { "node": ">=0.8" } -} +} \ No newline at end of file