Prep v1.39.0 release (#348)

This commit is contained in:
Nan Zhong 2020-07-14 15:40:47 -04:00 committed by GitHub
parent e4e119fd17
commit 628e39385f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Change Log
## [v1.39.0] - 2020-07-14
- #345, #346 Add app platform support [beta] - @nanzhong
## [v1.38.0] - 2020-06-18
- #341 Install 1-click applications on a Kubernetes cluster - @keladhruv

View File

@ -18,7 +18,7 @@ import (
)
const (
libraryVersion = "1.38.0"
libraryVersion = "1.39.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"