diff --git a/CHANGELOG.md b/CHANGELOG.md index e57689972..76e037894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # Change Log + +## [2.7.11](https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.11) (Nov 2023) +[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.10...2.7.11) + +* CONJ-1075 LOAD DATA INFILE is broken on windows +* CONJ-1108 Database metadata listing TEMPORARY tables/sequences +* CONJ-1118 Aurora Single Write Cluster Endpoint can't make Read DB Connection for readonly transaction + ## [2.7.10](https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.10) (Aug 2023) [Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.9...2.7.10) diff --git a/README.md b/README.md index a007d486e..31b1bf76b 100644 --- a/README.md +++ b/README.md @@ -28,29 +28,10 @@ or maven : org.mariadb.jdbc mariadb-java-client - 2.7.5 + 2.7.11 ``` -Development snapshot are available on sonatype nexus repository -```script - - - sonatype-nexus-snapshots - Sonatype Nexus Snapshots - https://oss.sonatype.org/content/repositories/snapshots - - - - - - org.mariadb.jdbc - mariadb-java-client - 3.0.3-SNAPSHOT - - -``` - ## Documentation For a Getting started guide, API docs, recipes, etc. see the diff --git a/pom.xml b/pom.xml index 7e8873e19..3e577f974 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ mariadb-java-client jar mariadb-java-client - 2.7.11-SNAPSHOT + 2.7.11 JDBC driver for MariaDB and MySQL https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/