From b74675108f27443a3bcb10de970c93956b726be4 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Fri, 27 Jun 2014 12:00:42 +0200 Subject: [PATCH] Bumped v0.21.9. --- HISTORY.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index e26ad99..b85744e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,13 @@ History ======= +## 0.21.9 + +* _Really_ fixed LevelUp and Memory persistence for offline messages, previously + only one offline message per second was allowed + [#160](https://github.com/mcollina/mosca/issues/160). +* Bumped levelup, memdown, level-ttl dependencies. + ## 0.21.8 * Fix a crash if a client unsubscribes before subscribing diff --git a/package.json b/package.json index c6ecd59..574d4c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mosca", - "version": "0.21.8", + "version": "0.21.9", "description": "The multi-transport MQTT broker for node.js. It supports AMQP, Redis, ZeroMQ, MongoDB or just MQTT.", "main": "index.js", "bin": {