diff --git a/docs/changelog.asciidoc b/docs/changelog.asciidoc index 20de84fc7..e282cbc66 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -1,6 +1,17 @@ [[changelog-client]] == Release notes +[discrete] +=== 8.14.1 + +[discrete] +==== Features + +[discrete] +===== Improved support for Elasticsearch `8.14` + +Updated types based on fixes and changes to the Elasticsearch specification. + [discrete] === 8.14.0 diff --git a/package.json b/package.json index 2879ff7f4..454d3cf5d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/elasticsearch", - "version": "8.14.0", - "versionCanary": "8.14.0-canary.0", + "version": "8.14.1", + "versionCanary": "8.14.1-canary.0", "description": "The official Elasticsearch client for Node.js", "main": "index.js", "types": "index.d.ts",