Skip to content

Commit a211515

Browse files
Update release notes
1 parent e2e812d commit a211515

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
# v2.22.4, 2024-03-25 <!-- Release notes generated using configuration in .github/release.yml at main -->
216

317
## What's Changed

client_info.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ const ClientName = "clickhouse-go"
2929

3030
const (
3131
ClientVersionMajor = 2
32-
ClientVersionMinor = 22
33-
ClientVersionPatch = 4
32+
ClientVersionMinor = 23
33+
ClientVersionPatch = 0
3434
ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION
3535
)
3636

0 commit comments

Comments
 (0)