Skip to content

Commit d21b777

Browse files
Update release notes
1 parent 68483d1 commit d21b777

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v2.40.3, 2025-09-13 <!-- Release notes generated using configuration in .github/release.yml at main -->
2+
3+
## What's Changed
4+
### Other Changes 🛠
5+
* bug: deserializing into nullable field by @rbroggi in https://github.com/ClickHouse/clickhouse-go/pull/1649
6+
* Fixes for #1649 by @SpencerTorres in https://github.com/ClickHouse/clickhouse-go/pull/1654
7+
8+
## New Contributors
9+
* @rbroggi made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1649
10+
11+
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.40.2...v2.40.3
12+
113
# v2.40.2, 2025-09-13 <!-- Release notes generated using configuration in .github/release.yml at main -->
214

315
## What's Changed

client_info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const ClientName = "clickhouse-go"
3030
const (
3131
ClientVersionMajor = 2
3232
ClientVersionMinor = 40
33-
ClientVersionPatch = 2
33+
ClientVersionPatch = 3
3434
ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION
3535
)
3636

contributors/list

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ Richard Artoul <richardartoul@gmail.com>
130130
Rim Zaidullin <rim.zaydullin@clickhouse.com>
131131
Robert Sköld <robert@department.se>
132132
Robin Hahling <robin.hahling@gw-computing.net>
133+
Rodrigo Broggi <r.broggi@efg.gg>
134+
Rodrigo Broggi <vcs.rumor800@aleeas.com>
133135
Roman Usachev <ramzeska@gmail.com>
134136
Rory Crispin <Rory.crispin@clickhouse.com>
135137
Ross Rothenstine <rossr@unity3d.com>

0 commit comments

Comments
 (0)