Skip to content

Commit

Permalink
Bump version, update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn committed Nov 11, 2024
1 parent 303c04f commit 642bfa0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.8.1 (Node.js)

## Bug fixes

- When a custom HTTP agent is used, the HTTP or HTTPS request implementation is now correctly chosen based on the HTTP Agent instance type. ([#352](https://github.com/ClickHouse/clickhouse-js/issues/352))

# 1.8.0 (Common, Node.js, Web)

## New features
Expand Down
2 changes: 1 addition & 1 deletion packages/client-common/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '1.8.0'
export default '1.8.1'
2 changes: 1 addition & 1 deletion packages/client-node/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '1.8.0'
export default '1.8.1'
2 changes: 1 addition & 1 deletion packages/client-web/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '1.8.0'
export default '1.8.1'

0 comments on commit 642bfa0

Please sign in to comment.