Skip to content

Commit

Permalink
bump godo version to 1.67.0 (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-b authored Sep 22, 2021
1 parent 22fcabb commit 7b30c81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [v1.67.0] - 2021-09-22

- #478 - @sunny-b - kubernetes: add supported_features field to the kubernetes/options response
- #477 - @wez470 - Add size unit to LB API.

## [v1.66.0] - 2021-09-21

- #473 - @andrewsomething - Add Go 1.17.x to test matrix and drop unsupported versions.
Expand Down
2 changes: 1 addition & 1 deletion godo.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
)

const (
libraryVersion = "1.66.0"
libraryVersion = "1.67.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit 7b30c81

Please sign in to comment.