diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e8b6c99a..4a2caafd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.26.2 - 30 November 2017 + +* Include binaries for firmware 0.6.4 [Electron only] + ## 1.26.1 - 29 November 2017 * [#392](https://github.com/spark/particle-cli/pull/392) Migrate from serialport v4 to v6 diff --git a/package.json b/package.json index 607151cc6..5c86e146b 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.26.1", + "version": "1.26.2", "author": "David Middlecamp", "bin": { "particle": "./bin/particle.js"