Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-integrations-robot committed Jan 30, 2025
1 parent f299ce7 commit 080e879
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v2.30.2, 2025-01-30 <!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### Bug fixes 🐛
* Handle json tag without name override by @matevzmihalic in https://github.com/ClickHouse/clickhouse-go/pull/1478
* fix: JSON NestedMap + add tests by @SpencerTorres in https://github.com/ClickHouse/clickhouse-go/pull/1482

## New Contributors
* @matevzmihalic made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1478

**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.30.1...v2.30.2

# v2.30.1, 2025-01-17 <!-- Release notes generated using configuration in .github/release.yml at v2.30.1 -->

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion client_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const ClientName = "clickhouse-go"
const (
ClientVersionMajor = 2
ClientVersionMinor = 30
ClientVersionPatch = 1
ClientVersionPatch = 2
ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION
)

Expand Down
1 change: 1 addition & 0 deletions contributors/list
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Marek Vavruša <[email protected]>
Marek Vavruša <[email protected]>
Mark Andrus Roberts <[email protected]>
Mark Roberts <[email protected]>
Matevz Mihalic <[email protected]>
Max Justus Spransy <[email protected]>
Michael Vigovsky <[email protected]>
Michail Safronov <[email protected]>
Expand Down

0 comments on commit 080e879

Please sign in to comment.