diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..79cf5ca --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# CHANGELOG + +## 1.1.0 + +* Add try-catch around packet decryption to guard against a service crash resulting from an occasional packet decryption error. +* Pluralize getConnectedSocket + alias previous name +* Enhance settings handling +* Enhance Orvibo logging + +## 1.0.0 + +Initial release diff --git a/package.json b/package.json index 6069dcb..dc01f1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orvibo-b25-server", - "version": "1.0.1", + "version": "1.1.0", "description": "A server to control the Orvibo B25 range of smart sockets", "main": "index.js", "scripts": {