diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0fa7e873..3bfb6679 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,7 @@
-# Verion 3.5.1 (Feb 21, 2024)
+# Version 3.5.2 (May 12, 2025)
+- [Chore] Depenency upgrades
+
+# Version 3.5.1 (Feb 21, 2024)
- [Chore] Dependency upgrades
- [New](https://github.com/segmentio/analytics-java/pull/471) BlockingFlush, deregister parties upon message completion
- [New](https://github.com/segmentio/analytics-java/pull/476) Added wk size to message size calc along with a buffer
diff --git a/analytics-cli/pom.xml b/analytics-cli/pom.xml
index 0f474c60..d4341f18 100644
--- a/analytics-cli/pom.xml
+++ b/analytics-cli/pom.xml
@@ -6,7 +6,7 @@
analytics-parent
com.segment.analytics.java
- 3.5.2-SNAPSHOT
+ 3.5.3-SNAPSHOT
analytics-cli
diff --git a/analytics-core/pom.xml b/analytics-core/pom.xml
index b3ff7932..f3dc3d23 100644
--- a/analytics-core/pom.xml
+++ b/analytics-core/pom.xml
@@ -6,7 +6,7 @@
com.segment.analytics.java
analytics-parent
- 3.5.2-SNAPSHOT
+ 3.5.3-SNAPSHOT
analytics-core
diff --git a/analytics-sample/pom.xml b/analytics-sample/pom.xml
index 273519df..8151af27 100644
--- a/analytics-sample/pom.xml
+++ b/analytics-sample/pom.xml
@@ -6,7 +6,7 @@
analytics-parent
com.segment.analytics.java
- 3.5.2-SNAPSHOT
+ 3.5.3-SNAPSHOT
analytics-sample
diff --git a/analytics-spring-boot-starter/pom.xml b/analytics-spring-boot-starter/pom.xml
index 6e01b6ce..d5d70478 100644
--- a/analytics-spring-boot-starter/pom.xml
+++ b/analytics-spring-boot-starter/pom.xml
@@ -6,7 +6,7 @@
com.segment.analytics.java
analytics-parent
- 3.5.2-SNAPSHOT
+ 3.5.3-SNAPSHOT
analytics-spring-boot-starter
diff --git a/analytics/pom.xml b/analytics/pom.xml
index 127fd658..0ef7606b 100644
--- a/analytics/pom.xml
+++ b/analytics/pom.xml
@@ -6,7 +6,7 @@
com.segment.analytics.java
analytics-parent
- 3.5.2-SNAPSHOT
+ 3.5.3-SNAPSHOT
analytics
diff --git a/pom.xml b/pom.xml
index 8d0424e9..22316d4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
com.segment.analytics.java
analytics-parent
- 3.5.2-SNAPSHOT
+ 3.5.3-SNAPSHOT
pom
Analytics for Java (Parent)
The hassle-free way to add analytics to your Android app.