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 <anton@cloudflare.com>
Aram Peres <6775216+aramperes@users.noreply.github.com>
Ashish Gaurav <ashishgaurav.iitd@gmail.com>
Ather Shu <shushenghong@gmail.com>
Barkhayot <157342287+hayotbisonai@users.noreply.github.com>
Beck Xu <beck917@gmail.com>
Benjamin Rupp <brupp@ciena.com>
Cem Sancak <cem.sancak.90@gmail.com>
Chao Wang <chaowang@uber.com>
CharlesFeng <jornfeng@gmail.com>
Chris Duncan <veqryn@hotmail.com>
Daguang <28806852+DGuang21@users.noreply.github.com>
Dale McDiarmid <dale@clickhouse.com>
Expand Down Expand Up @@ -107,6 +109,7 @@ Oleg Strokachuk <oleg.strokachuk@vizor-games.com>
Oleksandr Nikitin <oleksandr@tvori.info>
Omurbek <omurbek.jk@gmail.com>
Paweł Rozlach <2124609+vespian@users.noreply.github.com>
Philip Dubé <serprex@users.noreply.github.com>
Philipp Schreiber <phil@ephemeroid.net>
Richard Artoul <richardartoul@gmail.com>
Rim Zaidullin <rim.zaydullin@clickhouse.com>
Expand All @@ -125,6 +128,7 @@ Sergey Salnikov <cerg1168@ya.ru>
Sergey Salnikov <cerg@chatfuel.com>
Shoshin Nikita <shoshin_nikita+github@fastmail.com>
Shunsuke Otani <shun.otani@gmail.com>
Spencer Torres <contact@spencertorres.com>
Srikanth Chekuri <srikanth.chekuri92@gmail.com>
Stepan Rabotkin <36516357+EpicStep@users.noreply.github.com>
Stepan Rabotkin <epicstyt@gmail.com>
Expand Down Expand Up @@ -154,6 +158,7 @@ albertlockett <albert.lockett@gmail.com>
alex <alex@localhost.localdomain>
anton troyanov <anton@troyanov.net>
astduman <41344369+Astemirdum@users.noreply.github.com>
barkhayot <barkhayotoff@gmail.com>
caleb.xiang <90543061+cxiang03@users.noreply.github.com>
candiduslynx <candiduslynx@users.noreply.github.com>
chengzhi <chengzhi@shinnytech.com>
Expand Down

0 comments on commit 8f2b2dc

Please sign in to comment.