Prepare for v1.7.1 release
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
parent
0263b9c7bd
commit
9f153dbce4
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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**
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue