From a8ae21f461b5463dc411a5080bff507ea0c519eb Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Thu, 17 Aug 2023 11:14:44 -0500 Subject: [PATCH] Bump to 8.9.1 (#1970) --- docs/changelog.asciidoc | 11 +++++++++++ package.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/changelog.asciidoc b/docs/changelog.asciidoc index 911c3cc3c..3e339a3f7 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -1,6 +1,17 @@ [[changelog-client]] == Release notes +[discrete] +=== 8.9.1 + +[discrete] +==== Fixes + +[discrete] +===== Upgrade Transport https://github.com/elastic/elasticsearch-js/pull/1968[#1968] + +Upgrades `@elastic/transport` to the latest patch release to fix https://github.com/elastic/elastic-transport-js/pull/69[a bug] that could cause the process to exit when handling malformed `HEAD` requests. + [discrete] === 8.9.0 diff --git a/package.json b/package.json index c5f2a89f4..9df0610ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/elasticsearch", - "version": "8.9.0", - "versionCanary": "8.9.0-canary.2", + "version": "8.9.1", + "versionCanary": "8.9.1-canary.1", "description": "The official Elasticsearch client for Node.js", "main": "index.js", "types": "index.d.ts",