diff --git a/CHANGELOG.md b/CHANGELOG.md index 330fc35..edc0b23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.2.4 ## + +* Added support of BulkUpsert +* Upgraded to YDB Java SDK v2.3.0 + ## 2.2.3 ## * Added custom sql types for usage of native YDB types diff --git a/README.md b/README.md index 22fa33d..9574097 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.2.3 + 2.2.4 tech.ydb.jdbc ydb-jdbc-driver-shaded - 2.2.3 + 2.2.4 ``` diff --git a/jdbc-shaded/pom.xml b/jdbc-shaded/pom.xml index 752105a..c4066f9 100644 --- a/jdbc-shaded/pom.xml +++ b/jdbc-shaded/pom.xml @@ -6,7 +6,7 @@ tech.ydb.jdbc ydb-jdbc-driver-parent - 2.2.4-SNAPSHOT + 2.2.4 ydb-jdbc-driver-shaded diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 91dba7d..4dfda32 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -6,7 +6,7 @@ tech.ydb.jdbc ydb-jdbc-driver-parent - 2.2.4-SNAPSHOT + 2.2.4 ydb-jdbc-driver diff --git a/pom.xml b/pom.xml index aa21970..8b5ee40 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ tech.ydb.jdbc ydb-jdbc-driver-parent - 2.2.4-SNAPSHOT + 2.2.4 YDB JDBC Module JDBC Driver over YDB Java SDK