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 <[email protected]>
130130
Rim Zaidullin <[email protected]>
131131
Robert Sköld <[email protected]>
132132
Robin Hahling <[email protected]>
133+
Rodrigo Broggi <[email protected]>
134+
Rodrigo Broggi <[email protected]>
133135
Roman Usachev <[email protected]>
134136
Rory Crispin <[email protected]>
135137
Ross Rothenstine <[email protected]>

0 commit comments

Comments
 (0)