diff --git a/README.adoc b/README.adoc
index 9f4f57768..42105d68e 100644
--- a/README.adoc
+++ b/README.adoc
@@ -56,6 +56,8 @@ Data Aerospike - Projections]
[width="100%",cols="<24%,<14%,<18%,<26%,<18%",options="header",]
|===
|Spring Data Aerospike |Spring Boot |Aerospike Client |Aerospike Reactor Client |Aerospike Server
+|4.5.x |3.1.x |7.1.x |7.0.x |5.2.x.x +
+
|4.4.x |3.1.x |7.0.x |7.0.x |5.2.x.x +
|4.3.x |3.1.x |6.1.x |6.1.x |5.2.x.x +
@@ -96,7 +98,7 @@ Add the Maven dependency:
com.aerospike
spring-data-aerospike
- 4.4.0
+ 4.5.0
----
diff --git a/pom.xml b/pom.xml
index 110d40eaf..083171a99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.aerospike
spring-data-aerospike
- 4.4.0
+ 4.5.0
Spring Data Aerospike
Aerospike Inc.
diff --git a/src/main/asciidoc/index.adoc b/src/main/asciidoc/index.adoc
index e29b7abfc..47281578b 100644
--- a/src/main/asciidoc/index.adoc
+++ b/src/main/asciidoc/index.adoc
@@ -1,6 +1,6 @@
= Spring Data Aerospike - Documentation
:doctype: book
-:revnumber: 4.4.0
+:revnumber: 4.5.0
:revdate: {localdate}
:toc:
:toc-placement!:
diff --git a/src/main/asciidoc/reference/aerospike.adoc b/src/main/asciidoc/reference/aerospike.adoc
index c4e366c2b..359a793db 100644
--- a/src/main/asciidoc/reference/aerospike.adoc
+++ b/src/main/asciidoc/reference/aerospike.adoc
@@ -31,7 +31,7 @@ Then add the following to `pom.xml` dependencies section.
com.aerospike
spring-data-aerospike
- 4.4.0
+ 4.5.0
@@ -43,6 +43,8 @@ You can either set up Spring Boot or Spring application. Basic setup of Spring B
[width="100%",cols="<24%,<14%,<18%,<26%,<18%",options="header",]
|===
|Spring Data Aerospike |Spring Boot |Aerospike Client |Aerospike Reactor Client |Aerospike Server
+|4.5.x |3.1.x |7.1.x |7.0.x |5.2.x.x +
+
|4.4.x |3.1.x |7.0.x |7.0.x |5.2.x.x +
|4.3.x |3.1.x |6.1.x |6.1.x |5.2.x.x +
diff --git a/src/main/asciidoc/reference/getting-started.adoc b/src/main/asciidoc/reference/getting-started.adoc
index 98c1203b2..589801030 100644
--- a/src/main/asciidoc/reference/getting-started.adoc
+++ b/src/main/asciidoc/reference/getting-started.adoc
@@ -9,7 +9,7 @@ To use Spring Data Aerospike in your project, the first step is to add it to you
com.aerospike
spring-data-aerospike
- 4.4.0
+ 4.5.0
----
@@ -17,7 +17,7 @@ For Gradle:
[source, text]
----
-implementation group: 'com.aerospike', name: 'spring-data-aerospike', version: '4.4.0'
+implementation group: 'com.aerospike', name: 'spring-data-aerospike', version: '4.5.0'
----
== Connecting to Aerospike DB