Skip to content

Commit 4a3adc4

Browse files
Update release notes
1 parent 6fdbf7d commit 4a3adc4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v2.23.1, 2024-04-15 <!-- Release notes generated using configuration in .github/release.yml at main -->
2+
3+
## What's Changed
4+
### Fixes 🐛
5+
* Zero-value timestamp to be formatted as toDateTime(0) in bind by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1260
6+
### Other Changes 🛠
7+
* Update #1127 test case to reproduce a progress handle when exception is thrown by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1259
8+
* Set max parallel for GH jobs by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1261
9+
* Ensure test container termination by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1274
10+
11+
12+
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.23.0...v2.23.1
13+
114
# v2.23.0, 2024-03-27 <!-- Release notes generated using configuration in .github/release.yml at main -->
215

316
## What's Changed

client_info.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const ClientName = "clickhouse-go"
3030
const (
3131
ClientVersionMajor = 2
3232
ClientVersionMinor = 23
33-
ClientVersionPatch = 0
33+
ClientVersionPatch = 1
3434
ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION
3535
)
3636

0 commit comments

Comments
 (0)