diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml
index 90bdc21..5e1e8d9 100644
--- a/.github/workflows/commit.yml
+++ b/.github/workflows/commit.yml
@@ -24,6 +24,7 @@ jobs:
# Build and test zentity for each version of Elasticsearch that its APIs support.
matrix:
elasticsearch:
+ - 8.14.0
- 8.13.4
- 8.13.3
- 8.13.2
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 7a5e5a0..fbe2d69 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -67,6 +67,7 @@ jobs:
# Build and test zentity for each version of Elasticsearch that its APIs support.
matrix:
elasticsearch:
+ - 8.14.0
- 8.13.4
- 8.13.3
- 8.13.2
diff --git a/README.md b/README.md
index 163a8bc..79fbe40 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Once you have installed Elasticsearch, you can install zentity from a remote URL
Example:
-`elasticsearch-plugin install https://zentity.io/releases/zentity-1.8.3-elasticsearch-8.13.4.zip`
+`elasticsearch-plugin install https://zentity.io/releases/zentity-1.8.3-elasticsearch-8.14.0.zip`
Read the [installation](https://zentity.io/docs/installation) docs for more details.
diff --git a/pom.xml b/pom.xml
index d848f9a..268abc2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
1.8.3
- 8.13.4
+ 8.14.0
2.17.0
2.17.0
1.17