Skip to content

Commit 5343347

Browse files
Update release notes
1 parent c29ce61 commit 5343347

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# v2.40.2, 2025-09-13 <!-- Release notes generated using configuration in .github/release.yml at main -->
2+
3+
## What's Changed
4+
### Other Changes 🛠
5+
* Bump golang.org/x/net from 0.42.0 to 0.43.0 by @dependabot[bot] in https://github.com/ClickHouse/clickhouse-go/pull/1634
6+
* Bump github.com/ClickHouse/ch-go from 0.67.0 to 0.68.0 by @dependabot[bot] in https://github.com/ClickHouse/clickhouse-go/pull/1639
7+
* Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by @dependabot[bot] in https://github.com/ClickHouse/clickhouse-go/pull/1641
8+
* Bump go.opentelemetry.io/otel/trace from 1.37.0 to 1.38.0 by @dependabot[bot] in https://github.com/ClickHouse/clickhouse-go/pull/1642
9+
* Bump github.com/docker/docker from 28.3.3+incompatible to 28.4.0+incompatible by @dependabot[bot] in https://github.com/ClickHouse/clickhouse-go/pull/1646
10+
* Bump golang.org/x/net from 0.43.0 to 0.44.0 by @dependabot[bot] in https://github.com/ClickHouse/clickhouse-go/pull/1647
11+
* chore: migrate to maintained YAML library by @joschi in https://github.com/ClickHouse/clickhouse-go/pull/1651
12+
* skip random tests on Go 1.25 by @SpencerTorres in https://github.com/ClickHouse/clickhouse-go/pull/1652
13+
* bug: headers map can be nil by @r0bobo in https://github.com/ClickHouse/clickhouse-go/pull/1650
14+
15+
## New Contributors
16+
* @joschi made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1651
17+
* @r0bobo made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1650
18+
19+
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.40.1...v2.40.2
20+
121
# v2.40.1, 2025-07-30 <!-- Release notes generated using configuration in .github/release.yml at main -->
222

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

contributors/list

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Danny.Dunn <danny@DannyDunndeMBP.lan>
3737
Darío <dgrripoll@gmail.com>
3838
Dave Josephsen <dave.josephsen@gmail.com>
3939
Dean Karn <Dean.Karn@gmail.com>
40+
Dean Lindqvist Todevski <dean.todevski@relexsolutions.com>
4041
Denis Gukov <denguk@gmail.com>
4142
Denis Krivak <dokrivak@avito.ru>
4243
Denys <drimd@ukr.net>
@@ -77,6 +78,7 @@ Jan Was <j.was@f5.com>
7778
Jeehoon Kim <jeehooni@gmail.com>
7879
Jeway <152489546+xjeway@users.noreply.github.com>
7980
Jimmie Han <hanjinming@outlook.com>
81+
Jochen Schalanda <jochen@schalanda.name>
8082
John Troy <john@noxi.us>
8183
Jon Aquino <jonathan.aquino@adroll.com>
8284
Julian Maicher <jmaicher@users.noreply.github.com>

0 commit comments

Comments
 (0)