Skip to content

Commit b352f6e

Browse files
Update release notes
1 parent 3e777af commit b352f6e

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.2, 2024-08-30 <!-- Release notes generated using configuration in .github/release.yml at main -->
2+
3+
## What's Changed
4+
### Fixes 🐛
5+
* Validate connection in bad state before query execution in the stdlib database/sql driver by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1396
6+
### Other Changes 🛠
7+
* Update README with newer Go versions by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1393
8+
9+
10+
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.28.1...v2.28.2
11+
112
# v2.28.1, 2024-08-27 <!-- 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 = 1
33+
ClientVersionPatch = 2
3434
ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION
3535
)
3636

0 commit comments

Comments
 (0)