diff --git a/CHANGELOG.md b/CHANGELOG.md index 13eaab8c..1246e578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [v1.68.0] - 2021-09-29 + +- #480 - @sunny-b - kubernetes: add support for HA control plane + ## [v1.67.0] - 2021-09-22 - #478 - @sunny-b - kubernetes: add supported_features field to the kubernetes/options response diff --git a/godo.go b/godo.go index 3fa611f4..865b9917 100644 --- a/godo.go +++ b/godo.go @@ -20,7 +20,7 @@ import ( ) const ( - libraryVersion = "1.67.0" + libraryVersion = "1.68.0" defaultBaseURL = "https://api.digitalocean.com/" userAgent = "godo/" + libraryVersion mediaType = "application/json"