diff --git a/CHANGELOG b/CHANGELOG index fafa7519c..804c9b9b8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +0.2 + * new API for writing streams of data + * deprecation of send* methods in ClickHouseStatement interface 0.1.55 NOTE: behavior for byte[] parameters changed. See https://github.com/yandex/clickhouse-jdbc/pull/352 * support for sending stream of CSV data diff --git a/README.md b/README.md index fef17cc2c..9ba251123 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It has support of a minimal subset of features to be usable. ru.yandex.clickhouse clickhouse-jdbc - 0.1.55 + 0.2 ``` diff --git a/pom.xml b/pom.xml index 4965325de..7b557b3d0 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ ru.yandex.clickhouse clickhouse-jdbc - 0.1.55 + 0.2 jar clickhouse-jdbc