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

Commit

Permalink
Bumped 0.28.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Feb 25, 2015
1 parent 3e7e714 commit ab97cc9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
History
=======

## 0.28.1

* Fixed "stats should not be published by default in embedded mode"
https://github.com/mcollina/mosca/pull/217 by @stefanobaghino.
* ASCII art on start.

## 0.28.0

* Updated dependencies.
* node 0.12 support.

## 0.27.1

* Upgraded browserify to v8.1.1.

## 0.27.0

* Updated MQTT.js to 1.0.0.
* Extracted
[pbkdf2-password](https://www.npmjs.com/package/pbkdf2-password).
* Updated Dockerfile.

## 0.26.2

* Improved error handling in case of database errors.
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.28.0",
"version": "0.28.1",
"description": "MQTT broker as a module",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit ab97cc9

Please sign in to comment.