From ab97cc9afee561d3808f353bd410c2bf200a6921 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Wed, 25 Feb 2015 08:54:55 +0100 Subject: [PATCH] Bumped 0.28.1. --- HISTORY.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 3ab6704..abc1267 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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. diff --git a/package.json b/package.json index 98df53f..201491d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mosca", - "version": "0.28.0", + "version": "0.28.1", "description": "MQTT broker as a module", "main": "index.js", "bin": {