Prepare for v1.7.1 release

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2017-11-05 09:00:44 +01:00
parent 0263b9c7bd
commit 9f153dbce4
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
1.7.1
---
* **sprkplus**
* add new platform for Sphero SPRK+
* **firmata**
* correct problem where last analog pin(s) were being ignored from capabilities query
* **ble**
* use go-ble/ble fork for BLE interactions
* **build**
* update to use latest OpenCV version
* update to use latest Golang versions
1.7.0
---
* **curie**

View File

@ -1,6 +1,6 @@
package gobot
const version = "1.7.0"
const version = "1.7.1"
// Version returns the current Gobot version
func Version() string {