File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v2.13.2, 2023-08-18 <!-- Release notes generated using configuration in .github/release.yml at main -->
2
+
3
+ ## What's Changed
4
+ ### Fixes 🐛
5
+ * fix: update ch-go to remove string length limit by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1071
6
+ ### Other Changes 🛠
7
+ * Test against latest and head CH by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1060
8
+
9
+
10
+ ** Full Changelog** : https://github.com/ClickHouse/clickhouse-go/compare/v2.13.1...v2.13.2
11
+
1
12
# v2.13.1, 2023-08-17 <!-- Release notes generated using configuration in .github/release.yml at main -->
2
13
3
14
## 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 = 13
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