diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ea80e88e..217e2d97f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ changelog ========= +09/11/2015 - 1.8.1 - Update system firmware to 0.4.5 + 09/11/2015 - 1.8.0 - Add Electron setup. Update event publish description. 09/09/2015 - 1.7.0 - Handle optional serial wifi prompt for cipher type. Add version to help commands. Add P1 tinker to known apps. Display Electron label in device list. Fix webhook type information being lost. Upgrade node-wifiscanner2 to work in more locales. diff --git a/package.json b/package.json index b55ca57f0..9a20d863a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "particle-cli", "description": "Simple Node commandline application for working with your Particle devices and using the Particle Cloud", - "version": "1.8.0", + "version": "1.8.1", "author": "David Middlecamp", "repository": { "type": "git",