Skip to content

Commit f10d0ba

Browse files
Update release notes
1 parent c19b7fd commit f10d0ba

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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

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 = 37
33-
ClientVersionPatch = 1
33+
ClientVersionPatch = 2
3434
ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION
3535
)
3636

0 commit comments

Comments
 (0)