diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39cd7a1..9990975 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Change Log
+## [1.2.1](https://github.com/mariadb-corporation/mariadb-connector-r2dbc/tree/1.2.1) (19 Jun 2024)
+
+[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-r2dbc/compare/1.2.0...1.2.1)
+
+Notable Changes:
+* R2DBC-96 Missing UUID support
+
+Bugs Fixed:
+* R2DBC-97 NPE if No HaMode provided
+* R2DBC-98 correcting possible bug connecting if project contain a project.properties file
+* R2DBC-99 No encoding set for ByteBuffer parameter
+* R2DBC-101 Wrong default return type for MySQL JSON fields
+* R2DBC-102 avoid netty unneeded dependencies
+
## [1.2.0](https://github.com/mariadb-corporation/mariadb-connector-r2dbc/tree/1.2.0) (08 Feb 2024)
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-r2dbc/compare/1.1.4...1.2.0)
diff --git a/README.md b/README.md
index 4b35dc2..6f97ba7 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ The MariaDB Connector is available through maven using :
org.mariadb
r2dbc-mariadb
- 1.2.0
+ 1.2.1
```
diff --git a/pom.xml b/pom.xml
index e7e651f..5507eab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
4.0.0
org.mariadb
r2dbc-mariadb
- 1.2.1-SNAPSHOT
+ 1.2.1
jar
https://github.com/mariadb-corporation/mariadb-connector-r2dbc