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.37.2, 2025-06-23 <!-- Release notes generated using configuration in .github/release.yml at main -->
2+
3+ ## What's Changed
4+ ### Other Changes 🛠
5+ * remove dependency on v1, update ch-go by @SpencerTorres in https://github.com/ClickHouse/clickhouse-go/pull/1580
6+
7+
8+ ** Full Changelog** : https://github.com/ClickHouse/clickhouse-go/compare/v2.37.1...v2.37.2
9+
110# v2.37.1, 2025-06-17 <!-- 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 @@ -30,7 +30,7 @@ const ClientName = "clickhouse-go"
3030const (
3131 ClientVersionMajor = 2
3232 ClientVersionMinor = 37
33- ClientVersionPatch = 1
33+ ClientVersionPatch = 2
3434 ClientTCPProtocolVersion = proto .DBMS_TCP_PROTOCOL_VERSION
3535)
3636
You can’t perform that action at this time.
0 commit comments