diff --git a/README.md b/README.md
index 8a79cae..daaad51 100644
--- a/README.md
+++ b/README.md
@@ -37,10 +37,11 @@ For example, the following PromQL query will return an estimate of the number of
*cassandra-exporter* is now Cassandra 4.0+ compatible, but the change is not a backwards compatible. Support for older Cassandra versions is via the older releases, as follows:
-| Cassandra Version | Compatible Exporter Version |
-|-----------------|---------------|
-| Apache Cassandra 4.x | 0.9.12 |
-| Apache Cassandra 3.0.17, 3.11.2, 3.11.3 | 0.9.11 |
+| Cassandra Version | Compatible Exporter Version |
+|-----------------------------------------|-----------------------------|
+| Apache Cassandra 4.0 up to 4.1.3 | 0.9.13 |
+| Apache Cassandra 4.0 up to 4.1.3 | 0.9.12 |
+| Apache Cassandra 3.0.17, 3.11.2, 3.11.3 | 0.9.11 |
| Prometheus Version |
|-----------------|
diff --git a/agent/pom.xml b/agent/pom.xml
index 9092467..6803dee 100644
--- a/agent/pom.xml
+++ b/agent/pom.xml
@@ -5,11 +5,11 @@
com.zegelin.cassandra-exporter
exporter-parent
- 0.9.12-SNAPSHOT
+ 0.9.13
agent
- 0.9.12-SNAPSHOT
+ 0.9.13
Cassandra Exporter Agent
diff --git a/common/pom.xml b/common/pom.xml
index 152b36f..88f99c5 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -5,11 +5,11 @@
com.zegelin.cassandra-exporter
exporter-parent
- 0.9.12-SNAPSHOT
+ 0.9.13
common
- 0.9.12-SNAPSHOT
+ 0.9.13
Cassandra Exporter Common
diff --git a/pom.xml b/pom.xml
index 584aaa0..4ffa51f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
com.zegelin.cassandra-exporter
exporter-parent
- 0.9.12-SNAPSHOT
+ 0.9.13
pom
Cassandra Exporter Parent
@@ -41,7 +41,7 @@
com.zegelin.cassandra-exporter
common
- 0.9.12-SNAPSHOT
+ 0.9.13
org.glassfish.hk2.external
diff --git a/standalone/pom.xml b/standalone/pom.xml
index a8d8d2d..b2a1140 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -5,11 +5,11 @@
com.zegelin.cassandra-exporter
exporter-parent
- 0.9.12-SNAPSHOT
+ 0.9.13
standalone
- 0.9.12-SNAPSHOT
+ 0.9.13
Cassandra Exporter Standalone/CLI