diff --git a/HISTORY.md b/HISTORY.md index e61e6d2..331f5a8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,11 @@ History ======= +## 0.11.1 + +* Reverted "Handling of duplicate topics "/hello/world" and "hello/world" on + MQTT, which are the same." + ## 0.11.0 * MQTTAscolatore should send a `clientId.length` < 23 chars #73. diff --git a/package.json b/package.json index 0bc2794..9c46159 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ascoltatori", - "version": "0.11.0", + "version": "0.11.1", "description": "The pub/sub library for node backed by Redis, MongoDB, AMQP (RabbitMQ), ZeroMQ, MQTT (Mosquitto) or just plain node!", "main": "index.js", "scripts": {