diff --git a/CHANGELOG.md b/CHANGELOG.md index a3dc79e..8d524b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.1.1 ## + +* Fixed a race on the YDB context creating +* Fixed leak of YDB context on closing +* Upgraded to YDB Java SDK 2.2.2 + ## 2.1.0 ## * Added support for QueryService diff --git a/README.md b/README.md index ab5c958..00da60e 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,14 @@ Specify the YDB JDBC driver in the dependencies: tech.ydb.jdbc ydb-jdbc-driver - 2.1.0 + 2.1.1 tech.ydb.jdbc ydb-jdbc-driver-shaded - 2.1.0 + 2.1.1 ``` diff --git a/jdbc-shaded/pom.xml b/jdbc-shaded/pom.xml index f280e53..ba8b5dc 100644 --- a/jdbc-shaded/pom.xml +++ b/jdbc-shaded/pom.xml @@ -6,7 +6,7 @@ tech.ydb.jdbc ydb-jdbc-driver-parent - 2.1.1-SNAPSHOT + 2.1.1 ydb-jdbc-driver-shaded diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 2c4d7ee..ad9ca31 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -6,7 +6,7 @@ tech.ydb.jdbc ydb-jdbc-driver-parent - 2.1.1-SNAPSHOT + 2.1.1 ydb-jdbc-driver diff --git a/pom.xml b/pom.xml index 67cdfa1..a04cd3d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ tech.ydb.jdbc ydb-jdbc-driver-parent - 2.1.1-SNAPSHOT + 2.1.1 YDB JDBC Module JDBC Driver over YDB Java SDK