Commit 4a3adc4 1 parent 6fdbf7d commit 4a3adc4 Copy full SHA for 4a3adc4
File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
14
# v2.23.0, 2024-03-27 <!-- Release notes generated using configuration in .github/release.yml at main -->
2
15
3
16
## What's Changed
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const ClientName = "clickhouse-go"
30
30
const (
31
31
ClientVersionMajor = 2
32
32
ClientVersionMinor = 23
33
- ClientVersionPatch = 0
33
+ ClientVersionPatch = 1
34
34
ClientTCPProtocolVersion = proto .DBMS_TCP_PROTOCOL_VERSION
35
35
)
36
36
You can’t perform that action at this time.
0 commit comments