diff --git a/HISTORY.md b/HISTORY.md index 3875565..e6c7a2f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,10 @@ History ======= +## 0.16.0 + +* Added the `mosca.Server#publish()` function. + ## 0.15.0 * Removed limit of 23 bytes for the client id as in MQTT 3.1.1. diff --git a/package.json b/package.json index 9579d40..1b149f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mosca", - "version": "0.15.0", + "version": "0.16.0", "description": "The multi-transport MQTT broker for node.js. It supports AMQP, Redis, ZeroMQ, MongoDB or just MQTT.", "main": "index.js", "bin": {