diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 7a60052a..4cdb9003 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -23,9 +23,9 @@ Please provide a relevant code snippets to reproduce this bug.
A clear and concise description of what you expected to happen.
**Please complete the following information:**
-- LangChain4j version: e.g. 0.31.0
-- Java version: e.g. 11
-- Spring Boot version: e.g. 2.7.18
+- LangChain4j version: e.g. 0.32.0
+- Java version: e.g. 17
+- Spring Boot version: e.g. 3.3.1
**Additional context**
Add any other context about the problem here.
diff --git a/langchain4j-anthropic-spring-boot-starter/pom.xml b/langchain4j-anthropic-spring-boot-starter/pom.xml
index 1b556303..67e6cd07 100644
--- a/langchain4j-anthropic-spring-boot-starter/pom.xml
+++ b/langchain4j-anthropic-spring-boot-starter/pom.xml
@@ -7,7 +7,7 @@
dev.langchain4j
langchain4j-spring
- 0.32.0-SNAPSHOT
+ 0.32.0
../pom.xml
diff --git a/langchain4j-azure-ai-search-spring-boot-starter/pom.xml b/langchain4j-azure-ai-search-spring-boot-starter/pom.xml
index 5a1afc65..22990c06 100644
--- a/langchain4j-azure-ai-search-spring-boot-starter/pom.xml
+++ b/langchain4j-azure-ai-search-spring-boot-starter/pom.xml
@@ -7,7 +7,7 @@
dev.langchain4j
langchain4j-spring
- 0.32.0-SNAPSHOT
+ 0.32.0
../pom.xml
diff --git a/langchain4j-azure-open-ai-spring-boot-starter/pom.xml b/langchain4j-azure-open-ai-spring-boot-starter/pom.xml
index 8c224270..367c81c5 100644
--- a/langchain4j-azure-open-ai-spring-boot-starter/pom.xml
+++ b/langchain4j-azure-open-ai-spring-boot-starter/pom.xml
@@ -7,7 +7,7 @@
dev.langchain4j
langchain4j-spring
- 0.32.0-SNAPSHOT
+ 0.32.0
../pom.xml
diff --git a/langchain4j-easy-rag-spring-boot-starter/pom.xml b/langchain4j-easy-rag-spring-boot-starter/pom.xml
index ee1502c4..615289eb 100644
--- a/langchain4j-easy-rag-spring-boot-starter/pom.xml
+++ b/langchain4j-easy-rag-spring-boot-starter/pom.xml
@@ -7,7 +7,7 @@
dev.langchain4j
langchain4j-spring
- 0.32.0-SNAPSHOT
+ 0.32.0
../pom.xml
diff --git a/langchain4j-milvus-spring-boot-starter/pom.xml b/langchain4j-milvus-spring-boot-starter/pom.xml
index 8ba17ebf..17bb5e0a 100644
--- a/langchain4j-milvus-spring-boot-starter/pom.xml
+++ b/langchain4j-milvus-spring-boot-starter/pom.xml
@@ -6,7 +6,7 @@
dev.langchain4j
langchain4j-spring
- 0.32.0-SNAPSHOT
+ 0.32.0
../pom.xml
diff --git a/langchain4j-ollama-spring-boot-starter/pom.xml b/langchain4j-ollama-spring-boot-starter/pom.xml
index ff0fd664..c2cb7614 100644
--- a/langchain4j-ollama-spring-boot-starter/pom.xml
+++ b/langchain4j-ollama-spring-boot-starter/pom.xml
@@ -7,7 +7,7 @@
dev.langchain4j
langchain4j-spring
- 0.32.0-SNAPSHOT
+ 0.32.0
../pom.xml
diff --git a/langchain4j-open-ai-spring-boot-starter/pom.xml b/langchain4j-open-ai-spring-boot-starter/pom.xml
index f7d2c3b2..adaf113f 100644
--- a/langchain4j-open-ai-spring-boot-starter/pom.xml
+++ b/langchain4j-open-ai-spring-boot-starter/pom.xml
@@ -7,7 +7,7 @@
dev.langchain4j
langchain4j-spring
- 0.32.0-SNAPSHOT
+ 0.32.0
../pom.xml
diff --git a/langchain4j-qianfan-spring-boot-starter/pom.xml b/langchain4j-qianfan-spring-boot-starter/pom.xml
index b59d121c..48b79e9f 100644
--- a/langchain4j-qianfan-spring-boot-starter/pom.xml
+++ b/langchain4j-qianfan-spring-boot-starter/pom.xml
@@ -6,7 +6,7 @@
dev.langchain4j
langchain4j-spring
- 0.32.0-SNAPSHOT
+ 0.32.0
../pom.xml
diff --git a/langchain4j-redis-spring-boot-starter/pom.xml b/langchain4j-redis-spring-boot-starter/pom.xml
index 7227a0e7..482a6e6b 100644
--- a/langchain4j-redis-spring-boot-starter/pom.xml
+++ b/langchain4j-redis-spring-boot-starter/pom.xml
@@ -6,7 +6,7 @@
dev.langchain4j
langchain4j-spring
- 0.32.0-SNAPSHOT
+ 0.32.0
../pom.xml
diff --git a/langchain4j-spring-boot-starter/pom.xml b/langchain4j-spring-boot-starter/pom.xml
index 2af18d41..2a20b448 100644
--- a/langchain4j-spring-boot-starter/pom.xml
+++ b/langchain4j-spring-boot-starter/pom.xml
@@ -7,7 +7,7 @@
dev.langchain4j
langchain4j-spring
- 0.32.0-SNAPSHOT
+ 0.32.0
../pom.xml
diff --git a/langchain4j-spring-boot-tests/pom.xml b/langchain4j-spring-boot-tests/pom.xml
index bca90191..af997e75 100644
--- a/langchain4j-spring-boot-tests/pom.xml
+++ b/langchain4j-spring-boot-tests/pom.xml
@@ -6,7 +6,7 @@
dev.langchain4j
langchain4j-spring
- 0.32.0-SNAPSHOT
+ 0.32.0
../pom.xml
diff --git a/langchain4j-vertex-ai-gemini-spring-boot-starter/pom.xml b/langchain4j-vertex-ai-gemini-spring-boot-starter/pom.xml
index d916484d..dc6a3e00 100644
--- a/langchain4j-vertex-ai-gemini-spring-boot-starter/pom.xml
+++ b/langchain4j-vertex-ai-gemini-spring-boot-starter/pom.xml
@@ -7,7 +7,7 @@
dev.langchain4j
langchain4j-spring
- 0.32.0-SNAPSHOT
+ 0.32.0
../pom.xml
diff --git a/langchian4j-elasticsearch-spring-boot-starter/pom.xml b/langchian4j-elasticsearch-spring-boot-starter/pom.xml
index 019c9497..49e97fa8 100644
--- a/langchian4j-elasticsearch-spring-boot-starter/pom.xml
+++ b/langchian4j-elasticsearch-spring-boot-starter/pom.xml
@@ -6,7 +6,7 @@
dev.langchain4j
langchain4j-spring
- 0.32.0-SNAPSHOT
+ 0.32.0
../pom.xml
diff --git a/pom.xml b/pom.xml
index f9f5c2f8..03080fca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
dev.langchain4j
langchain4j-spring
- 0.32.0-SNAPSHOT
+ 0.32.0
pom
langchain4j-spring parent POM