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.36.0, 2025-06-03 <!-- Release notes generated using configuration in .github/release.yml at main -->
2
+
3
+ ## What's Changed
4
+ ### Enhancements 🎉
5
+ * Add ` Close ` function to batch interface by @SpencerTorres in https://github.com/ClickHouse/clickhouse-go/pull/1566
6
+
7
+
8
+ ** Full Changelog** : https://github.com/ClickHouse/clickhouse-go/compare/v2.35.0...v2.36.0
9
+
1
10
# v2.35.0, 2025-05-22 <!-- 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 @@ -29,7 +29,7 @@ const ClientName = "clickhouse-go"
29
29
30
30
const (
31
31
ClientVersionMajor = 2
32
- ClientVersionMinor = 35
32
+ ClientVersionMinor = 36
33
33
ClientVersionPatch = 0
34
34
ClientTCPProtocolVersion = proto .DBMS_TCP_PROTOCOL_VERSION
35
35
)
You can’t perform that action at this time.
0 commit comments