diff --git a/HISTORY.md b/HISTORY.md index 17cfd16..18e69af 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # Release History +* 20161007, V0.9.8 + * Improved error handling if no network devices found to capturing ARP requests + * Updated dependencies to cap@0.1.2 which contains the contributed ARP decode function + * 20161003, V0.9.7 * Improved auto-discovery: Chromecast devices should no longer be discovered as dash-button devices diff --git a/package.json b/package.json index 5815d2e..6b12a1e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pimatic-amazing-dash-button", "description": "Pimatic plugin for Amazon's dash-buttons", - "version": "0.9.7", + "version": "0.9.8", "author": { "name": "Marcus Wittig", "url": "https://github.com/mwittig"