diff --git a/HISTORY.md b/HISTORY.md index 40eed07..7bffee8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,11 @@ History ======= +## 0.13.2 + +* Fixed MongoAscoltatore support for big messages + [#97](https://github.com/mcollina/ascoltatori/pull/97). + ## 0.13.1 * Bumped amqp dependency to 0.2.0. diff --git a/package.json b/package.json index 2f817d4..6ede0ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ascoltatori", - "version": "0.13.1", + "version": "0.13.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": {