Skip to content

Commit

Permalink
Preparing for v1.11.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ron Evans <[email protected]>
  • Loading branch information
deadprogram committed Jul 10, 2018
1 parent 676da05 commit 8b15e85
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
1.11.1
---
* **build**
* exclude vendor and other previously excluded subpackages
* update Travis build to use OpenCV 3.4.2 release
* update deps for GoCV to v0.14.0 release
* Bump periph.io/x/periph to v3.0.0
* update to Go 1.10.3 and 1.9.7 for Travis builds
* **docs**
* Fix Leap Motion package link
* **i2c**
* fix write/read gpio on mcp23017, and cleaned up some comments
* **gopigo3**
* update with default spi values, cleanup

1.11.0
---
* **build**
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.11.0"
const version = "1.11.1"

// Version returns the current Gobot version
func Version() string {
Expand Down

0 comments on commit 8b15e85

Please sign in to comment.