Commit 8b2d0a8 1 parent 4bb6f93 commit 8b2d0a8 Copy full SHA for 8b2d0a8
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.2, 2024-04-25 <!-- Release notes generated using configuration in .github/release.yml at main -->
2
+
3
+ ## What's Changed
4
+ ### Fixes 🐛
5
+ * Fixed panic on concurrent context key map write by @Wang in https://github.com/ClickHouse/clickhouse-go/pull/1284
6
+ ### Other Changes 🛠
7
+ * Fix ClickHouse Terraform provider version by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1285
8
+
9
+ ## New Contributors
10
+ * @Wang made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1284
11
+
12
+ ** Full Changelog** : https://github.com/ClickHouse/clickhouse-go/compare/v2.23.1...v2.23.2
13
+
1
14
# v2.23.1, 2024-04-15 <!-- 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 = 1
33
+ ClientVersionPatch = 2
34
34
ClientTCPProtocolVersion = proto .DBMS_TCP_PROTOCOL_VERSION
35
35
)
36
36
You can’t perform that action at this time.
0 commit comments