From 5bdd0c7293cbcacb2f22e050691d3d68219519ea Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Mon, 23 Jun 2014 15:41:28 +0200 Subject: [PATCH] Bumped v0.21.7. --- HISTORY.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 033d23c..d405206 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,14 @@ History ======= +## 0.21.7 + +* Added the `db` option to Redis persistance + [#150](https://github.com/mcollina/mosca/issues/150). +* Fixed Redis persistence for offline messages, previously + only the latest offline message was delivered + [#151](https://github.com/mcollina/mosca/issues/151). + ## 0.21.6 * Bumped MQTT.js dependency to v0.3.10. diff --git a/package.json b/package.json index 76c49d2..23aaec9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mosca", - "version": "0.21.6", + "version": "0.21.7", "description": "The multi-transport MQTT broker for node.js. It supports AMQP, Redis, ZeroMQ, MongoDB or just MQTT.", "main": "index.js", "bin": {