diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1973f4ca7..38e8d5a57 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,28 @@
# Change Log
+## [3.5.1](https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.5.1) (Nov 2024)
+[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.5.0...3.5.1)
+
+#### Notable changes
+
+* CONJ-1193 Implement parsec authentication
+* CONJ-1207 New HaMode: sequential write, loadbalance read
+* CONJ-1208 permit bulk for INSERT ON DUPLICATE KEY UPDATE commands for 11.5.1+ servers
+
+#### Bugs Fixed
+
+* CONJ-1053 Mark waffle-jna dependency optional in module descriptor
+* CONJ-1196 setObject on java.util.Date was considered was a java.sql.Date and truncate hour/minutes/seconds/ms while it must be considered like a java.sql.Timestamp
+* CONJ-1211 jdbc 4.3 enquoteIdentifier missing validation
+* CONJ-1213 sql command ending with semicolon and trailing space are not using bulk
+
+
## [3.5.0](https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.5.0) (Oct 2024)
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.4.1...3.5.0)
#### Notable changes
-* CONJ-1193 Parsec authentication implementation
+~~* CONJ-1193 Parsec authentication implementation~~
* CONJ-1183 permit setting specific truststore
#### Bugs Fixed
diff --git a/README.md b/README.md
index f55940051..b4cec2aee 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ or maven :
org.mariadb.jdbc
mariadb-java-client
- 3.5.0
+ 3.5.1
```
@@ -48,7 +48,7 @@ Development snapshot are available on sonatype nexus repository
org.mariadb.jdbc
mariadb-java-client
- 3.5.1-SNAPSHOT
+ 3.5.2-SNAPSHOT
```
diff --git a/pom.xml b/pom.xml
index 1e9e65312..58583916c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
mariadb-java-client
jar
mariadb-java-client
- 3.5.1-SNAPSHOT
+ 3.5.1
JDBC driver for MariaDB and MySQL
https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/