diff --git a/HISTORY.md b/HISTORY.md index 0067a87..8caad34 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,11 @@ History ======= +## 0.23.2 + +* Fixed offline mode for Redis + [#128](https://github.com/mcollina/mosca/issues/128). + ## 0.23.1 * Fixed JSON-based authorizer to support generic 'authorize all' diff --git a/package.json b/package.json index c3fe203..379c7f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mosca", - "version": "0.23.1", + "version": "0.23.2", "description": "MQTT broker as a module", "main": "index.js", "bin": {