diff --git a/README.md b/README.md
index 5606b71..6470ad8 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ By default, the `RestHighLevelCLient` is configured as the means to communicate
org.opensearch.client
spring-data-opensearch
- 2.0.2
+ 2.0.3
```
@@ -59,7 +59,7 @@ To use Spring Boot 3.x auto configuration support:
org.opensearch.client
spring-data-opensearch-starter
- 2.0.2
+ 2.0.3
```
@@ -69,7 +69,7 @@ To use Spring Boot 3.x auto configuration support for testing:
org.opensearch.client
spring-data-opensearch-test-autoconfigure
- 2.0.2
+ 2.0.3
test
```
@@ -82,7 +82,7 @@ To switch over to `OpenSearchClient`, the `opensearch-rest-high-level-client` de
org.opensearch.client
spring-data-opensearch
- 2.0.2
+ 2.0.3
org.opensearch.client
@@ -104,7 +104,7 @@ To use Spring Boot 3.x auto configuration support:
org.opensearch.client
spring-data-opensearch-starter
- 2.0.2
+ 2.0.3
org.opensearch.client
@@ -126,7 +126,7 @@ To use Spring Boot 3.x auto configuration support for testing:
org.opensearch.client
spring-data-opensearch-test-autoconfigure
- 2.0.2
+ 2.0.3
test
@@ -344,7 +344,7 @@ Add the Apache Maven dependency:
org.opensearch.client
spring-data-opensearch
- 2.0.2
+ 2.0.3
```
@@ -371,7 +371,7 @@ Add the Gradle dependency:
```groovy
dependencies {
...
- implementation "org.opensearch.client:spring-data-opensearch:2.0.2"
+ implementation "org.opensearch.client:spring-data-opensearch:2.0.3"
...
}
```
diff --git a/version.properties b/version.properties
index a80dc36..6d986d8 100644
--- a/version.properties
+++ b/version.properties
@@ -1 +1 @@
-version=2.0.3
+version=2.0.4