From 272adeac34d1e8f659f6e301b2f6cf0e26de103f Mon Sep 17 00:00:00 2001 From: Jesse Cotton Date: Mon, 2 Apr 2018 21:55:26 -0700 Subject: [PATCH] Bump version to 1.1.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md 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": {