diff --git a/CHANGELOG.md b/CHANGELOG.md index 649e78f..42f02dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # node-red-contrib-aedes Changelog +## Jun 03, 2022, Version 0.8.2 +### Notable changes +- Fix Scorecard Warnings + ## May 29, 2022, Version 0.8.1 ### Notable changes - Fix issue with incomplete credentials - ## May 22, 2022, Version 0.8 ### Notable changes - Update aedes to version 0.47 diff --git a/README.md b/README.md index f5e7992..e3bb40e 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,10 @@ You can use the MQTT protocol in Node-RED without an external MQTT broker like M ![Node.js CI](https://github.com/martin-doyle/node-red-contrib-aedes/workflows/Node.js%20CI/badge.svg) [![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?style=flat-square)](https://github.com/standard/semistandard) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/898bf62b040a4d999b150487e9cc837b)](https://www.codacy.com/manual/martin-doyle/node-red-contrib-aedes?utm_source=github.com&utm_medium=referral&utm_content=martin-doyle/node-red-contrib-aedes&utm_campaign=Badge_Grade) + [![Open Source Love](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](https://github.com/ellerbrock/open-source-badge/) [![NPM version](https://img.shields.io/npm/v/node-red-contrib-aedes.svg?style=flat)](https://www.npmjs.com/node-red-contrib-aedes) diff --git a/package.json b/package.json index 61aa5d4..7ce9694 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-aedes", - "version": "0.8.1", + "version": "0.8.2", "description": "Node Red MQTT broker node based on aedes.js", "dependencies": { "aedes": "^0.47.0",