From b0501853994fc1bdf01d3e755d1cf68e9a80878f Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Mon, 11 Nov 2024 10:16:18 -0600 Subject: [PATCH] Prep 8.15.2 for release (#2443) --- 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 b36bb13ee..6afe55cc1 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -1,6 +1,17 @@ [[changelog-client]] == Release notes +[discrete] +=== 8.15.2 + +[discrete] +==== Features + +[discrete] +===== Improved support for Elasticsearch `v8.15` + +Updated TypeScript types based on fixes and improvements to the Elasticsearch specification. + [discrete] === 8.15.1 diff --git a/package.json b/package.json index 7f515f586..8c3bd3435 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/elasticsearch", - "version": "8.15.1", - "versionCanary": "8.15.1-canary.0", + "version": "8.15.2", + "versionCanary": "8.15.2-canary.0", "description": "The official Elasticsearch client for Node.js", "main": "index.js", "types": "index.d.ts",