Skip to content

Commit

Permalink
Prepare for v1.7.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Nov 5, 2017
1 parent 0263b9c commit 9f153db
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 9f153db

Please sign in to comment.