Skip to content

Commit 4dd22ff

Browse files
Update release notes
1 parent dac3fdc commit 4dd22ff

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v2.28.1, 2024-08-27 <!-- Release notes generated using configuration in .github/release.yml at main -->
2+
3+
## What's Changed
4+
### Fixes 🐛
5+
* Recognize empty strings as a valid enum key by @genzgd in https://github.com/ClickHouse/clickhouse-go/pull/1387
6+
### Other Changes 🛠
7+
* ClickHouse 24.8 by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1385
8+
9+
10+
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.28.0...v2.28.1
11+
112
# v2.28.0, 2024-08-23 <!-- Release notes generated using configuration in .github/release.yml at main -->
213

314
## What's Changed

client_info.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const ClientName = "clickhouse-go"
3030
const (
3131
ClientVersionMajor = 2
3232
ClientVersionMinor = 28
33-
ClientVersionPatch = 0
33+
ClientVersionPatch = 1
3434
ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION
3535
)
3636

0 commit comments

Comments
 (0)