Skip to content

Commit

Permalink
release: prepare release v1.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ron Evans <[email protected]>
  • Loading branch information
deadprogram committed Oct 15, 2019
1 parent 2a5571a commit 9d38858
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
1.14.0
---
* **core**
* migrating from dep to go modules
* update codegangsta to urfave (#690)
* **docs**
* Fix a link in package docs' example code.
* **examples**
* fixed broken imports due to changed path causing go get to fail
* **gpio**
* Added ability to make a relay driver inverted (#674)
* **opencv**
* Update to GoCV 0.21.0
* **spi**
* Apa102 use default brightness (#671)
* **tello**
* Updated videoPort for DJI Tello to 11111

1.13.0
---
* **api**
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.13.0"
const version = "1.14.0"

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

0 comments on commit 9d38858

Please sign in to comment.