Skip to content

Commit ff98a2c

Browse files
Update release notes
1 parent 5c338cb commit ff98a2c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v2.22.2, 2024-03-18 <!-- Release notes generated using configuration in .github/release.yml at main -->
2+
3+
## What's Changed
4+
### Fixes 🐛
5+
* Fix for Map columns with Enums by @leklund in https://github.com/ClickHouse/clickhouse-go/pull/1236
6+
7+
## New Contributors
8+
* @leklund made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1236
9+
10+
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.22.1...v2.22.2
11+
112
# v2.22.1, 2024-03-18 <!-- 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 = 22
33-
ClientVersionPatch = 1
33+
ClientVersionPatch = 2
3434
ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION
3535
)
3636

contributors/list

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Ildarov Gazimagomed <60438666+threadedstream@users.noreply.github.com>
1+
Lukas Eklund <leklund@gmail.com>

0 commit comments

Comments
 (0)