diff --git a/HISTORY.md b/HISTORY.md index d9a9a5b..08e8d50 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,13 @@ History ======= +## 0.14.4 + +* Restored 'clientDisconnected' event in case of errors + [#79](https://github.com/mcollina/mosca/pull/79). +* Fixed multiple offline message delivery + [#80](https://github.com/mcollina/mosca/pull/80). + ## 0.14.3 * Fixed retained messages support in windows diff --git a/package.json b/package.json index 71b981e..f2b6b86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mosca", - "version": "0.14.3", + "version": "0.14.4", "description": "The multi-transport MQTT broker for node.js. It supports AMQP, Redis, ZeroMQ, MongoDB or just MQTT.", "main": "index.js", "bin": {