From 8ba6781fdf1440cbfe867b41f2e3acb96648a1de Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Fri, 8 Aug 2014 12:03:42 +0200 Subject: [PATCH] Bumped v0.24.0. --- HISTORY.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 8caad34..6c5c762 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,13 @@ History ======= +## 0.24.0 + +* Updated dependencies (Redis, MongoDB, ecc) +* Close clients with the same `clientId` even if they are connected to another Mosca + [#182](https://github.com/mcollina/mosca/issues/182) + [#92](https://github.com/mcollina/mosca/issues/92). + ## 0.23.2 * Fixed offline mode for Redis diff --git a/package.json b/package.json index 592623f..b736053 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mosca", - "version": "0.23.2", + "version": "0.24.0", "description": "MQTT broker as a module", "main": "index.js", "bin": {