From 54b4ce47668e3dfc04cf03ad092611a68243df12 Mon Sep 17 00:00:00 2001 From: Xiaoxin Lu Date: Tue, 6 Feb 2018 23:19:16 -0500 Subject: [PATCH] 2.4.1 (#864) --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2287e7d3..d70a1292 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/package.json b/package.json index f649aa08..81d4c794 100644 --- a/package.json +++ b/package.json @@ -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": {