diff --git a/README.md b/README.md
index 1b0af3831..3ab957281 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ The documentation for this project can be found on [javadoc.io](https://www.java
|Spring Data Aerospike | Spring Boot | Aerospike Client | Aerospike Reactor Client | Aerospike Server
| :----------- | :---- | :----------- | :----------- | :-----------
+|3.3.x | 2.5.x | 5.1.x | 5.1.x | 5.2.x.x +
|3.2.x | 2.5.x | 5.1.x | 5.0.x | 5.2.x.x +
|3.0.x, 3.1.x | 2.5.x | 5.1.x | 5.0.x
|2.5.x | 2.5.x | 4.4.x | 4.4.x
@@ -52,7 +53,7 @@ Add the Maven dependency:
com.aerospike
spring-data-aerospike
- 3.2.0
+ 3.3.0
```
diff --git a/pom.xml b/pom.xml
index 3c7fce5c4..d7e9516fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.aerospike
spring-data-aerospike
- 3.2.0
+ 3.3.0
Spring Data Aerospike
Aerospike Inc.