diff --git a/HISTORY.md b/HISTORY.md index 331f5a8..42a1a0b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,10 @@ History ======= +## 0.11.2 + +* New README, thanks to [Andrea Reginato](https://github.com/andreareginato). + ## 0.11.1 * Reverted "Handling of duplicate topics "/hello/world" and "hello/world" on diff --git a/package.json b/package.json index 9c46159..5689eea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ascoltatori", - "version": "0.11.1", + "version": "0.11.2", "description": "The pub/sub library for node backed by Redis, MongoDB, AMQP (RabbitMQ), ZeroMQ, MQTT (Mosquitto) or just plain node!", "main": "index.js", "scripts": {