We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f18944f commit 2471b0fCopy full SHA for 2471b0f
docs/changelog.asciidoc
@@ -1,6 +1,17 @@
1
[[changelog-client]]
2
== Release notes
3
4
+[discrete]
5
+=== 8.14.1
6
+
7
8
+==== Features
9
10
11
+===== Improved support for Elasticsearch `8.14`
12
13
+Updated types based on fixes and changes to the Elasticsearch specification.
14
15
[discrete]
16
=== 8.14.0
17
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",
0 commit comments