File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v2.40.1, 2025-07-30 <!-- Release notes generated using configuration in .github/release.yml at main -->
2
+
3
+ ## What's Changed
4
+ ### Bug fixes 🐛
5
+ * fix: ` database/sql ` Nullable(JSON) string scan by @SpencerTorres in https://github.com/ClickHouse/clickhouse-go/pull/1625
6
+
7
+
8
+ ** Full Changelog** : https://github.com/ClickHouse/clickhouse-go/compare/v2.40.0...v2.40.1
9
+
1
10
# v2.40.0, 2025-07-30 <!-- Release notes generated using configuration in .github/release.yml at main -->
2
11
3
12
## What's Changed
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const ClientName = "clickhouse-go"
30
30
const (
31
31
ClientVersionMajor = 2
32
32
ClientVersionMinor = 40
33
- ClientVersionPatch = 0
33
+ ClientVersionPatch = 1
34
34
ClientTCPProtocolVersion = proto .DBMS_TCP_PROTOCOL_VERSION
35
35
)
36
36
You can’t perform that action at this time.
0 commit comments