diff --git a/HISTORY.md b/HISTORY.md index 088ef1f..be4a89a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,12 @@ History ======= +## 0.14.1 + +* Fixed a non-compliant handling of 'some' wildcard with RedisAscoltatore. +* Pass options through JSONAscoltatore + [#101](https://github.com/mcollina/ascoltatori/pull/101). + ## 0.14.0 * Rewrite topics only if needed diff --git a/package.json b/package.json index 91c00ca..423e681 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ascoltatori", - "version": "0.14.0", + "version": "0.14.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": {