diff --git a/HISTORY.md b/HISTORY.md index 5e53dee..54d1f5e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,12 @@ History ## 0.21.2 +* Fixed crash when started without a persistance. +* Emit will message if the keepalive timer fails. +* Wrapping mows for browserify when used in embedded mode. + +## 0.21.2 + * Upgrade to MQTT.js 0.3.9. * Fix authorization with binary credentials. diff --git a/package.json b/package.json index 4becf69..191a09f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mosca", - "version": "0.21.2", + "version": "0.21.3", "description": "The multi-transport MQTT broker for node.js. It supports AMQP, Redis, ZeroMQ, MongoDB or just MQTT.", "main": "index.js", "bin": {