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+
110# v2.35.0, 2025-05-22 <!-- Release notes generated using configuration in .github/release.yml at main -->
211
312## What's Changed
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const ClientName = "clickhouse-go"
2929
3030const (
3131 ClientVersionMajor = 2
32- ClientVersionMinor = 35
32+ ClientVersionMinor = 36
3333 ClientVersionPatch = 0
3434 ClientTCPProtocolVersion = proto .DBMS_TCP_PROTOCOL_VERSION
3535)
You can’t perform that action at this time.
0 commit comments