From 215b630ff786fa96958f804e79fa8cf55036018c Mon Sep 17 00:00:00 2001 From: rusher Date: Mon, 17 Jun 2024 11:53:46 +0200 Subject: [PATCH] bump 1.2.1 version --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- pom.xml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) 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