Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
Bumped v0.24.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Aug 8, 2014
1 parent e8c3858 commit 8ba6781
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mosca",
"version": "0.23.2",
"version": "0.24.0",
"description": "MQTT broker as a module",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 8ba6781

Please sign in to comment.