diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml
index 5e1e8d9..28669a5 100644
--- a/.github/workflows/commit.yml
+++ b/.github/workflows/commit.yml
@@ -24,6 +24,9 @@ jobs:
# Build and test zentity for each version of Elasticsearch that its APIs support.
matrix:
elasticsearch:
+ - 8.14.3
+ - 8.14.2
+ - 8.14.1
- 8.14.0
- 8.13.4
- 8.13.3
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index fbe2d69..57f7573 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -67,6 +67,9 @@ jobs:
# Build and test zentity for each version of Elasticsearch that its APIs support.
matrix:
elasticsearch:
+ - 8.14.3
+ - 8.14.2
+ - 8.14.1
- 8.14.0
- 8.13.4
- 8.13.3
diff --git a/README.md b/README.md
index 79fbe40..bbcdcee 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.14.0.zip`
+`elasticsearch-plugin install https://zentity.io/releases/zentity-1.8.3-elasticsearch-8.14.3.zip`
Read the [installation](https://zentity.io/docs/installation) docs for more details.
diff --git a/pom.xml b/pom.xml
index 268abc2..a72e802 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
1.8.3
- 8.14.0
+ 8.14.3
2.17.0
2.17.0
1.17