Commit a211515 1 parent e2e812d commit a211515 Copy full SHA for a211515
File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v2.23.0, 2024-03-27 <!-- Release notes generated using configuration in .github/release.yml at main -->
2
+
3
+ ## What's Changed
4
+ ### Enhancements 🎉
5
+ * Implement ` ConnBeginTx ` as replacement for deprecated ` Begin ` by @FelipeLema in https://github.com/ClickHouse/clickhouse-go/pull/1255
6
+ ### Other Changes 🛠
7
+ * Align error message assertion to new missing custom setting error formatting by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1256
8
+ * CI chores by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1258
9
+
10
+ ## New Contributors
11
+ * @FelipeLema made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1255
12
+
13
+ ** Full Changelog** : https://github.com/ClickHouse/clickhouse-go/compare/v2.22.4...v2.23.0
14
+
1
15
# v2.22.4, 2024-03-25 <!-- Release notes generated using configuration in .github/release.yml at main -->
2
16
3
17
## What's Changed
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ const ClientName = "clickhouse-go"
29
29
30
30
const (
31
31
ClientVersionMajor = 2
32
- ClientVersionMinor = 22
33
- ClientVersionPatch = 4
32
+ ClientVersionMinor = 23
33
+ ClientVersionPatch = 0
34
34
ClientTCPProtocolVersion = proto .DBMS_TCP_PROTOCOL_VERSION
35
35
)
36
36
You can’t perform that action at this time.
0 commit comments