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.0. Updated HISTORY.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Sep 18, 2013
1 parent 8ffd0cd commit ad8207b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
History
=======

## 0.12.0

* Close forcefully a connecting client
[#57](https://github.com/mcollina/mosca/pull/57) by
(@chriswiggins)[https://github.com/chriswiggins].
* Updated LevelUp to 0.16.0.
* Updated Level-Sublevel to 5.1.1.
* Better persistence for the subscriptions.

## 0.11.0

* TLS support thanks to (@samirnaik)[https://github.com/samirnaik].
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.11.0",
"version": "0.12.0",
"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 ad8207b

Please sign in to comment.