Skip to content

Commit b540efa

Browse files
Update release notes
1 parent 94c6b19 commit b540efa

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v2.22.1, 2024-03-18 <!-- Release notes generated using configuration in .github/release.yml at main -->
2+
3+
## What's Changed
4+
### Fixes 🐛
5+
* Make errors channel buffered inside query() by @threadedstream in https://github.com/ClickHouse/clickhouse-go/pull/1237
6+
7+
8+
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.22.0...v2.22.1
9+
110
# v2.20.0, 2024-02-28 <!-- Release notes generated using configuration in .github/release.yml at main -->
211

312
## 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 = 20
33-
ClientVersionPatch = 0
32+
ClientVersionMinor = 22
33+
ClientVersionPatch = 1
3434
ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION
3535
)
3636

contributors/list

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rogeryk <rogeryk@outlook.com>
1+
Ildarov Gazimagomed <60438666+threadedstream@users.noreply.github.com>

0 commit comments

Comments
 (0)