Skip to content

Commit

Permalink
2.4.1 (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperlink committed Feb 7, 2018
1 parent d499a1b commit 54b4ce4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# kafka-node CHANGELOG

## 2018-02-06, Version 2.4.1

* Fix issue where error callbacks for broker requests are not called when connection is closed [#863](https://github.com/SOHU-Co/kafka-node/pull/863)

## 2018-02-06, Version 2.4.0

* Add compability to `Client` with broker configurations that separates external and internal traffic [#860](https://github.com/SOHU-Co/kafka-node/pull/860)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"lib"
],
"bugs": "https://github.com/SOHU-co/kafka-node/issues",
"version": "2.4.0",
"version": "2.4.1",
"main": "kafka.js",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 54b4ce4

Please sign in to comment.