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

Commit

Permalink
Bumped v0.11.0. Updated HISTORY.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Jul 16, 2013
1 parent 131dc05 commit af6f34b
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
Expand Up @@ -2,6 +2,13 @@
History
=======

## 0.11.0

* MQTTAscolatore should send a `clientId.length` < 23 chars #73.
Made the `clientId` an option in MQTTAscoltatore.
* Handling of duplicate topics "/hello/world" and "hello/world" on
MQTT, which are the same.

## 0.10.0

* Refactoring of the MongoAscoltatore `close` method, to close up everything for real #68.
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": "ascoltatori",
"version": "0.10.0",
"version": "0.11.0",
"description": "The pub/sub library for node backed by Redis, MongoDB, AMQP (RabbitMQ), ZeroMQ, MQTT (Mosquitto) or just plain node!",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit af6f34b

Please sign in to comment.