diff --git a/CHANGELOG.md b/CHANGELOG.md index 94b2e3b93..2fc63a6e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log +## [2.7.6](https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.6) (Jun 2022) +[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.5...2.7.6) -## [2.7.5](https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.5) (Jan 2021) +* CONJ-983 avoid race condition provoking locking issue + +## [2.7.5](https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.5) (Jan 2022) [Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.4...2.7.5) * CONJ-914 remove enabling session_track_schema on connection creation diff --git a/pom.xml b/pom.xml index 7eff837db..8da695051 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ mariadb-java-client jar mariadb-java-client - 2.7.5 + 2.7.6-SNAPSHOT JDBC driver for MariaDB and MySQL https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/