Skip to content

Commit

Permalink
v2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaflik committed May 8, 2023
1 parent 05f17d9 commit e1ca29d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v2.9.2, 2023-05-08 <!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### Fixes 🐛
* Pass http.ProxyFromEnvironment configuration to http.Transport by @slvrtrn in https://github.com/ClickHouse/clickhouse-go/pull/987
### Other Changes 🛠
* Use `any` instead of `interface{}` by @candiduslynx in https://github.com/ClickHouse/clickhouse-go/pull/984

## New Contributors
* @candiduslynx made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/984
* @slvrtrn made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/987

**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.9.1...v2.9.2

# v2.9.1, 2023-04-24 <!-- 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 = 9
ClientVersionPatch = 1
ClientVersionPatch = 2
ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION
)

Expand Down
4 changes: 3 additions & 1 deletion contributors/list
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Robin Hahling <[email protected]>
Ross Rothenstine <[email protected]>
Ross Rothenstine <[email protected]>
Selboo <[email protected]>
Serge Klochkov <[email protected]>
Sergei Sobolev <[email protected]>
Sergey Melekhin <[email protected]>
Stephane Moreau <[email protected]>
Expand All @@ -103,7 +104,7 @@ albertlockett <[email protected]>
alex <[email protected]>
anton troyanov <[email protected]>
astduman <[email protected]>
candiduslynx <candiduslynx@gmail.com>
candiduslynx <candiduslynx@users.noreply.github.com>
chengzhi <[email protected]>
chenlujjj <[email protected]>
coldWater <[email protected]>
Expand All @@ -115,6 +116,7 @@ derN3rd <[email protected]>
dmitry kuzmin <[email protected]>
fengberlin <[email protected]>
gaetan.rizio <[email protected]>
hexchain <[email protected]>
hulb <[email protected]>
ianmcgraw <[email protected]>
ilker moral <[email protected]>
Expand Down

0 comments on commit e1ca29d

Please sign in to comment.