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 17, 2025
1 parent c8c2b0e commit 8f2b2dc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v2.30.1, 2025-01-17 <!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### Other Changes 🛠
* [Chore] Use defer to close rows in examples by @hayotbisonai in https://github.com/ClickHouse/clickhouse-go/pull/1431

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

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

# v2.30.0, 2024-10-16 <!-- Release notes generated using configuration in .github/release.yml at main -->

## 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 = 0
ClientVersionPatch = 1
ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION
)

Expand Down
5 changes: 5 additions & 0 deletions contributors/list
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ Anton Kozlov <[email protected]>
Aram Peres <[email protected]>
Ashish Gaurav <[email protected]>
Ather Shu <[email protected]>
Barkhayot <[email protected]>
Beck Xu <[email protected]>
Benjamin Rupp <[email protected]>
Cem Sancak <[email protected]>
Chao Wang <[email protected]>
CharlesFeng <[email protected]>
Chris Duncan <[email protected]>
Daguang <[email protected]>
Dale McDiarmid <[email protected]>
Expand Down Expand Up @@ -107,6 +109,7 @@ Oleg Strokachuk <[email protected]>
Oleksandr Nikitin <[email protected]>
Omurbek <[email protected]>
Paweł Rozlach <[email protected]>
Philip Dubé <[email protected]>
Philipp Schreiber <[email protected]>
Richard Artoul <[email protected]>
Rim Zaidullin <[email protected]>
Expand All @@ -125,6 +128,7 @@ Sergey Salnikov <[email protected]>
Sergey Salnikov <[email protected]>
Shoshin Nikita <[email protected]>
Shunsuke Otani <[email protected]>
Spencer Torres <[email protected]>
Srikanth Chekuri <[email protected]>
Stepan Rabotkin <[email protected]>
Stepan Rabotkin <[email protected]>
Expand Down Expand Up @@ -154,6 +158,7 @@ albertlockett <[email protected]>
alex <[email protected]>
anton troyanov <[email protected]>
astduman <[email protected]>
barkhayot <[email protected]>
caleb.xiang <[email protected]>
candiduslynx <[email protected]>
chengzhi <[email protected]>
Expand Down

0 comments on commit 8f2b2dc

Please sign in to comment.