From 75abed29e88fa34064d97a63ae10a37c51394899 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 14 Sep 2023 13:48:29 +0000 Subject: [PATCH] Update release notes --- CHANGELOG.md | 11 +++++++++++ client_info.go | 2 +- contributors/list | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a9bbd199..50a692a6ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v2.14.1, 2023-09-14 + +## What's Changed +### Enhancements 🎉 +* parseDSN: support connection pool settings (#1082) by @hanjm in https://github.com/ClickHouse/clickhouse-go/pull/1084 + +## New Contributors +* @hanjm made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1084 + +**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.14.0...v2.14.1 + # v2.14.0, 2023-09-12 ## What's Changed diff --git a/client_info.go b/client_info.go index a92986da5d..98da132fc6 100644 --- a/client_info.go +++ b/client_info.go @@ -30,7 +30,7 @@ const ClientName = "clickhouse-go" const ( ClientVersionMajor = 2 ClientVersionMinor = 14 - ClientVersionPatch = 0 + ClientVersionPatch = 1 ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION ) diff --git a/contributors/list b/contributors/list index 42a2a485c3..92ee2e75f4 100644 --- a/contributors/list +++ b/contributors/list @@ -1 +1 @@ -Kuba Kaflik +Jimmie Han