Skip to content

Commit bb28e93

Browse files
Update release notes
1 parent bb02729 commit bb28e93

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# v2.19.0, 2024-02-26 <!-- Release notes generated using configuration in .github/release.yml at main -->
2+
3+
## What's Changed
4+
### Enhancements 🎉
5+
* handle ctx.Done() in acquire by @threadedstream in https://github.com/ClickHouse/clickhouse-go/pull/1199
6+
### Fixes 🐛
7+
* Fix panic on format nil *fmt.Stringer type value by @zaneli in https://github.com/ClickHouse/clickhouse-go/pull/1200
8+
### Other Changes 🛠
9+
* Update Go/ClickHouse versions by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1201
10+
11+
## New Contributors
12+
* @threadedstream made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1199
13+
* @zaneli made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1200
14+
15+
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.18.0...v2.19.0
16+
117
# v2.18.0, 2024-02-01 <!-- Release notes generated using configuration in .github/release.yml at main -->
218

319
## What's Changed

client_info.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const ClientName = "clickhouse-go"
2929

3030
const (
3131
ClientVersionMajor = 2
32-
ClientVersionMinor = 18
32+
ClientVersionMinor = 19
3333
ClientVersionPatch = 0
3434
ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION
3535
)

contributors/list

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hongker <xiaok2013@live.com>
1+
Kuba Kaflik <kuba.kaflik@clickhouse.com>

0 commit comments

Comments
 (0)