Prep v1.71.0 release. (#499)

This commit is contained in:
Andrew Starr-Bochicchio 2021-11-09 17:23:17 -05:00 committed by GitHub
parent abb2e5ce00
commit fb3705533e
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.71.0] - 2021-11-09
- #498 - @bojand - apps: update spec to include log destinations
## [v1.70.0] - 2021-11-01
- #491 - @andrewsomething - Add support for retrieving Droplet monitoring metrics.

View File

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