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

Commit

Permalink
Bumped v0.12.1. Updated HISTORY.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Sep 26, 2013
1 parent bbd22f4 commit 80f45ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.md
@@ -1,6 +1,14 @@
History
=======

## 0.12.1

* Support both a config file and command-line options,
fixes [#58](https://github.com/mcollina/mosca/issues/58) and
[#60](https://github.com/mcollina/mosca/issues/60).
* Fixes redis persistence for unknown client ids
[#59](https://github.com/mcollina/mosca/pull#59).

## 0.12.0

* Close forcefully a connecting client
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mosca",
"version": "0.12.0",
"version": "0.12.1",
"description": "The multi-transport MQTT broker for node.js. It supports AMQP, Redis, ZeroMQ, MongoDB or just MQTT.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 80f45ec

Please sign in to comment.